aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-10-28 20:17:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-10-28 20:17:49 +0000
commitf9a95694ae9c38f6dae2a97fa1726264a3198259 (patch)
tree3c093e5e9f44dbd7329704a7501108506fd0251d /converters
parent3b358afb341029c5af1bf0e8790bbe78efa33099 (diff)
downloadports-f9a95694ae9c38f6dae2a97fa1726264a3198259.tar.gz
ports-f9a95694ae9c38f6dae2a97fa1726264a3198259.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/mpack/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile
index e8be3a6195d8..2ed83b25647c 100644
--- a/converters/mpack/Makefile
+++ b/converters/mpack/Makefile
@@ -13,8 +13,7 @@ COMMENT= External MIME packer/unpacker
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
-USES= manpages
-PLIST_FILES= bin/mpack bin/munpack
-MAN1= mpack.1 munpack.1
+PLIST_FILES= bin/mpack bin/munpack \
+ man/man1/mpack.1.gz man/man1/munpack.1.gz
.include <bsd.port.mk>