diff options
author | kris <kris@FreeBSD.org> | 2003-08-04 10:47:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-04 10:47:28 +0000 |
commit | 965a0595891d17cb4bc358055c166516e2232a52 (patch) | |
tree | d52449e8c5a3bb3ed6880f10356b550094134e83 /misc/mime-support | |
parent | 6bf2769058273955a84e3fc2896115d2ea29888e (diff) | |
download | FreeBSD-ports-965a0595891d17cb4bc358055c166516e2232a52.zip FreeBSD-ports-965a0595891d17cb4bc358055c166516e2232a52.tar.gz |
Switch to MASTER_SITE_DEBIAN_POOL
PR: ports/50572
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
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 7aa4388..16cb7dc 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 |