diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-09 21:20:42 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-09 21:20:42 +0000 |
| commit | 13d98dcce61b919645f9d887dc397bafbd9e63b6 (patch) | |
| tree | f69422d81889ee91691ae7bf25116f1e94cb8305 /print/pdq | |
| parent | 33a9afb360d9e6a46fe1606cff3c178c75d7c7d8 (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....)
Diffstat (limited to 'print/pdq')
| -rw-r--r-- | print/pdq/Makefile | 2 |
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> |
