diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-04 10:47:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-04 10:47:28 +0000 |
commit | 138f2ad7ff4d7d317ac66b4e9a72592d6a5f07d3 (patch) | |
tree | 02b474c265dee98e8ea643c8c47f421f9dd7da09 /misc/mime-support | |
parent | 189014c506b7e2ecc9dff7058039cb2e53423313 (diff) | |
download | ports-138f2ad7ff4d7d317ac66b4e9a72592d6a5f07d3.tar.gz ports-138f2ad7ff4d7d317ac66b4e9a72592d6a5f07d3.zip |
Notes
Diffstat (limited to 'misc/mime-support')
-rw-r--r-- | misc/mime-support/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile index 7aa4388ae2d5..16cb7dc128b4 100644 --- a/misc/mime-support/Makefile +++ b/misc/mime-support/Makefile @@ -8,8 +8,7 @@ PORTNAME= mime-support PORTVERSION= 3.21.1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME} +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION:C/(.*)\.([^.])/\1-\2/} MAINTAINER= corecode@corecode.ath.cx |