diff options
author | asami <asami@FreeBSD.org> | 2000-10-10 05:20:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-10 05:20:42 +0800 |
commit | 665efe56a057885e545b563ed078941a3299fab7 (patch) | |
tree | 6f4482ce1994c066a0ffc5ab84b68414b224f81e /print/pdq | |
parent | ce37708a18a5c3098caa12d79e548d1e32b8f112 (diff) | |
download | freebsd-ports-gnome-665efe56a057885e545b563ed078941a3299fab7.tar.gz freebsd-ports-gnome-665efe56a057885e545b563ed078941a3299fab7.tar.zst freebsd-ports-gnome-665efe56a057885e545b563ed078941a3299fab7.zip |
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> |