aboutsummaryrefslogtreecommitdiff
path: root/print/pfbtopfa
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 09:28:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 09:28:41 +0000
commit1735b5e02e3a01a760461f4ff814d9f6c444d10d (patch)
tree6fb8af4797dfd5f8213e5134552b479b8544e106 /print/pfbtopfa
parent0e06342ba68f4b4d3cb2b33c8e0272de6eafd0f8 (diff)
downloadports-1735b5e02e3a01a760461f4ff814d9f6c444d10d.tar.gz
ports-1735b5e02e3a01a760461f4ff814d9f6c444d10d.zip
Support staging
Notes
Notes: svn path=/head/; revision=345948
Diffstat (limited to 'print/pfbtopfa')
-rw-r--r--print/pfbtopfa/Makefile8
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>