diff options
Diffstat (limited to 'converters/mpack/Makefile')
-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> |