summaryrefslogtreecommitdiff
path: root/sysutils/LPRng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/LPRng/Makefile')
-rw-r--r--sysutils/LPRng/Makefile3
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>