diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 7acef1cd7a4173168980125b140340c62b38c8d6 (patch) | |
tree | 8e913f3c1574a206914a5852d584d77c40e8b447 /sysutils/LPRng | |
parent | 99ebbc27f8ee31dc95b87b630c22c993a1639de8 (diff) | |
download | ports-7acef1cd7a4173168980125b140340c62b38c8d6.tar.gz ports-7acef1cd7a4173168980125b140340c62b38c8d6.zip |
Notes
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index c8fb1b8c1783..acc6e3668fb4 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -36,7 +36,6 @@ MANCOMPRESSED= yes post-install: ${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/LPRng ${INSTALL} -c -g bin -o bin -m 0444 ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/LPRng - @${CAT} ${PKGDIR}/MESSAGE | \ - ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" + @${CAT} ${PKGMESSAGE} | ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" .include <bsd.port.mk> |