diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-02-28 17:31:53 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-02-28 17:31:53 +0000 |
commit | f91578a2f051ecac86b6f73c0fcfa745b5608338 (patch) | |
tree | 79a0e19bf3f8153f7fe39dcab1480c890363c025 /misc/mime-support/Makefile | |
parent | 1e5edff2547dfc3f78cce0c8379a80a924ba33cf (diff) | |
download | ports-f91578a2f051ecac86b6f73c0fcfa745b5608338.tar.gz ports-f91578a2f051ecac86b6f73c0fcfa745b5608338.zip |
Notes
Diffstat (limited to 'misc/mime-support/Makefile')
-rw-r--r-- | misc/mime-support/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile index ec375534fa93..543e0ee65856 100644 --- a/misc/mime-support/Makefile +++ b/misc/mime-support/Makefile @@ -6,16 +6,16 @@ # PORTNAME= mime-support -PORTVERSION= 3.40.1 +PORTVERSION= 3.40.1.1 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} -DISTNAME= ${PORTNAME}_${PORTVERSION:C/(.*)\.([^.])/\1-\2/} +DISTNAME= ${PORTNAME}_${PORTVERSION:C/([0-9]*\.[0-9]*)\.(.*)/\1-\2/} MAINTAINER= oliver@FreeBSD.org COMMENT= MIME Media Types list -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]*\.[0-9]*).*/\1/} NO_BUILD= yes PLIST_FILES= bin/run-mailcap etc/mime.types |