aboutsummaryrefslogtreecommitdiff
path: root/converters/mpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/mpack/Makefile')
-rw-r--r--converters/mpack/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile
index e60a23bfc649..641170906471 100644
--- a/converters/mpack/Makefile
+++ b/converters/mpack/Makefile
@@ -1,17 +1,20 @@
-# Created by: ache
-
PORTNAME= mpack
PORTVERSION= 1.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters mail news
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= External MIME packer/unpacker
+USES= cpe
+
+CPE_VENDOR= mpack_project
+
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/mpack bin/munpack \
- man/man1/mpack.1.gz man/man1/munpack.1.gz
+ share/man/man1/mpack.1.gz share/man/man1/munpack.1.gz
.include <bsd.port.mk>