diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 09:28:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 09:28:41 +0000 |
commit | 1735b5e02e3a01a760461f4ff814d9f6c444d10d (patch) | |
tree | 6fb8af4797dfd5f8213e5134552b479b8544e106 /print | |
parent | 0e06342ba68f4b4d3cb2b33c8e0272de6eafd0f8 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pfbtopfa/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index f4d2c97e15e7..859b23cb1e9b 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -10,12 +10,10 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PFB files to the PFA format -MAN1= pfbtopfa.1 -PLIST_FILES= bin/pfbtopfa +PLIST_FILES= bin/pfbtopfa man/man1/pfbtopfa.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |