diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-29 04:17:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-29 04:17:49 +0800 |
commit | d267cb70daf837dbafcbc90179249a6f189f3b09 (patch) | |
tree | 3c093e5e9f44dbd7329704a7501108506fd0251d /converters | |
parent | 84c238f9ae2f21d152b8a71d906c56f6806bd924 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |