diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 08:53:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 08:53:21 +0800 |
commit | 40aa4c981f1b76e1e411bde57b0834a703e5cf78 (patch) | |
tree | c762bd41e97fb5c1b3563b681c1dc125ba25e3e9 /misc | |
parent | 862ddab25769535001e98a83db16dfef55fde05a (diff) | |
download | freebsd-ports-gnome-40aa4c981f1b76e1e411bde57b0834a703e5cf78.tar.gz freebsd-ports-gnome-40aa4c981f1b76e1e411bde57b0834a703e5cf78.tar.zst freebsd-ports-gnome-40aa4c981f1b76e1e411bde57b0834a703e5cf78.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'misc')
-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$//} |