diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-02 07:48:32 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-02 07:48:32 +0000 |
commit | bd80847a854e6a69c9fe3b714b3885c2f5f414d0 (patch) | |
tree | 50a249c5c642059fb4758f1522180685898ae873 /share/examples/smbfs/print | |
parent | 51b0534f6bf1a8824dd052178205a486250dd9f2 (diff) |
Style: don't override `beforeinstall', use FILES.
Notes
Notes:
svn path=/head/; revision=93629
Diffstat (limited to 'share/examples/smbfs/print')
-rw-r--r-- | share/examples/smbfs/print/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/examples/smbfs/print/Makefile b/share/examples/smbfs/print/Makefile index 9db1f9447eaf..2370801e8e5b 100644 --- a/share/examples/smbfs/print/Makefile +++ b/share/examples/smbfs/print/Makefile @@ -1,13 +1,9 @@ # $FreeBSD$ NOOBJ= noobj -BINDIR= /usr/share/examples +BINDIR= /usr/share/examples/smbfs/print +FILES= lj6l ljspool printcap.sample tolj -DISTFILES= lj6l ljspool printcap.sample tolj - -beforeinstall: - cd ${.CURDIR}/../../../../contrib/smbfs/examples/print; \ - ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ - ${DISTFILES} ${DESTDIR}${BINDIR}/smbfs/print +.PATH: ${.CURDIR}/../../../../contrib/smbfs/examples/print .include <bsd.prog.mk> |