aboutsummaryrefslogtreecommitdiff
path: root/print/pfbtopfa
diff options
context:
space:
mode:
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>