diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 17:28:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 17:28:41 +0800 |
commit | b99bb55eafb8dd4c95ba15d2a89d8de99ef3f2e8 (patch) | |
tree | 6fb8af4797dfd5f8213e5134552b479b8544e106 /print/pfbtopfa | |
parent | 9a546600a551bd1c1302eda7aaddebe278628de9 (diff) | |
download | freebsd-ports-gnome-b99bb55eafb8dd4c95ba15d2a89d8de99ef3f2e8.tar.gz freebsd-ports-gnome-b99bb55eafb8dd4c95ba15d2a89d8de99ef3f2e8.tar.zst freebsd-ports-gnome-b99bb55eafb8dd4c95ba15d2a89d8de99ef3f2e8.zip |
Support staging
Diffstat (limited to 'print/pfbtopfa')
-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> |