diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /sysutils/LPRng/Makefile | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip |
Notes
Diffstat (limited to 'sysutils/LPRng/Makefile')
-rw-r--r-- | sysutils/LPRng/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index affefcfdd5b5..1d6fa27407da 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Apr 1997 # Whom: desmo@bandwidth.org # -# $Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp $ +# $Id: Makefile,v 1.6 1999/08/22 19:00:01 mharo Exp $ # DISTNAME= LPRng-3.5.1 @@ -29,16 +29,16 @@ MANCOMPRESSED= yes post-install: (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} default) - @cat ${FILESDIR}/lprng.sh | \ + @${CAT} ${FILESDIR}/lprng.sh | \ ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" > ${PREFIX}/etc/rc.d/lprng.sh @${CHMOD} +x ${PREFIX}/etc/rc.d/lprng.sh ${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/LPRng @for file in ${EXTRA_FILES}; do \ - cp ${DISTDIR}/$$file ${PREFIX}/share/doc/LPRng; \ + ${CP} ${DISTDIR}/$$file ${PREFIX}/share/doc/LPRng; \ cd ${PREFIX}/share/doc/LPRng; \ tar xvfz $$file; \ rm ${PREFIX}/share/doc/LPRng/$$file; \ done - @cat ${PKGDIR}/MESSAGE + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |