diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:27:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:27:13 +0000 |
commit | 4f8ba96420a393e69948808e166c19077c47a830 (patch) | |
tree | c1454b5116d3805e9634deb8ee46df0fbe0003ed /print/pdq/Makefile | |
parent | 831a101d11f820e71745dbe7bf8fdd98568af565 (diff) | |
download | ports-4f8ba96420a393e69948808e166c19077c47a830.tar.gz ports-4f8ba96420a393e69948808e166c19077c47a830.zip |
Notes
Diffstat (limited to 'print/pdq/Makefile')
-rw-r--r-- | print/pdq/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/print/pdq/Makefile b/print/pdq/Makefile index 87627a709f6e..4d4b8ad18441 100644 --- a/print/pdq/Makefile +++ b/print/pdq/Makefile @@ -8,7 +8,7 @@ PORTNAME= pdq PORTVERSION= 2.2.1 CATEGORIES= print -MASTER_SITES= ftp://feynman.tam.uiuc.edu/pub/pdq/ +MASTER_SITES= http://pdq.sourceforge.net/ftp/ EXTRACT_SUFX= .tgz MAINTAINER= yinjieh@csie.nctu.edu.tw @@ -21,11 +21,9 @@ MAN1= lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1 MAN5= printrc.5 post-install: - strip ${PREFIX}/bin/pdq - strip ${PREFIX}/bin/xpdq - strip ${PREFIX}/bin/lpd_cancel - strip ${PREFIX}/bin/lpd_print - strip ${PREFIX}/bin/lpd_status +.for file in lpd_cancel lpd_print lpd_status pdq xpdq + @strip ${PREFIX}/bin/${file} +.endfor @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} .include <bsd.port.mk> |