aboutsummaryrefslogtreecommitdiff
path: root/mail/ifile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 07:23:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 07:23:38 +0000
commite7778bcfed6e7721a85cec1591aa524a77299fc3 (patch)
tree95e69d5e51371b7905ae8bd05939a7fb8fbe7712 /mail/ifile
parenta0c70506aeaa08149d89ea8a84967febf8dfea57 (diff)
downloadports-e7778bcfed6e7721a85cec1591aa524a77299fc3.tar.gz
ports-e7778bcfed6e7721a85cec1591aa524a77299fc3.zip
Notes
Diffstat (limited to 'mail/ifile')
-rw-r--r--mail/ifile/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile
index 66b2fb0ec1a8..acbd3585550a 100644
--- a/mail/ifile/Makefile
+++ b/mail/ifile/Makefile
@@ -13,12 +13,11 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_CSTD= gnu89
-MAN1= ifile.1
-PLIST_FILES= bin/ifile
+PLIST_FILES= bin/ifile \
+ man/man1/ifile.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ifile ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ifile.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/ifile ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ifile.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>