summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-09 21:20:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-09 21:20:42 +0000
commit13d98dcce61b919645f9d887dc397bafbd9e63b6 (patch)
treef69422d81889ee91691ae7bf25116f1e94cb8305 /print
parentDefine MD5_FILE=${SUBMASTERDIR}/distinfo, FILESDIR is not enough. (diff)
pkg/MESSAGE -> ${PKGMESSAGE}. Bad port, no cookie. ;) (It wasn't even
using ${PKGDIR} or ${.CURDIR}/pkg/ and that's why I missed in my original sweep....)
Notes
Notes: svn path=/head/; revision=33630
Diffstat (limited to 'print')
-rw-r--r--print/pdq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdq/Makefile b/print/pdq/Makefile
index 89c3c9e4e3ed..87627a709f6e 100644
--- a/print/pdq/Makefile
+++ b/print/pdq/Makefile
@@ -26,6 +26,6 @@ post-install:
strip ${PREFIX}/bin/lpd_cancel
strip ${PREFIX}/bin/lpd_print
strip ${PREFIX}/bin/lpd_status
- @${SED} 's|%%PREFIX%%|${PREFIX}|g' pkg/MESSAGE
+ @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
.include <bsd.port.mk>