aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-10-29 04:17:49 +0800
committerdinoex <dinoex@FreeBSD.org>2013-10-29 04:17:49 +0800
commitd267cb70daf837dbafcbc90179249a6f189f3b09 (patch)
tree3c093e5e9f44dbd7329704a7501108506fd0251d /converters
parent84c238f9ae2f21d152b8a71d906c56f6806bd924 (diff)
downloadfreebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.tar.gz
freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.tar.zst
freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.zip
- revert r331810
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>