diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-25 00:53:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-25 00:53:21 +0000 |
commit | ea450bc0c07a5b1d31526760647f16f85de774fc (patch) | |
tree | c762bd41e97fb5c1b3563b681c1dc125ba25e3e9 /misc/mime-support | |
parent | 9e08ca0a63c770d09d78497f5ac05032440e588e (diff) | |
download | ports-ea450bc0c07a5b1d31526760647f16f85de774fc.tar.gz ports-ea450bc0c07a5b1d31526760647f16f85de774fc.zip |
Notes
Diffstat (limited to 'misc/mime-support')
-rw-r--r-- | misc/mime-support/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile index cbeeda4974b6..087b58aef30e 100644 --- a/misc/mime-support/Makefile +++ b/misc/mime-support/Makefile @@ -10,7 +10,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:C/([0-9]*\.[0-9]*)\.(.*)/\1-\2/} MAINTAINER= oliver@FreeBSD.org COMMENT= MIME Media Types list -USES= shebangfix +USES= cpe shebangfix + +CPE_VENDOR= debian WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.2$//} |