diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 15:09:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 15:09:47 +0800 |
commit | 661351943e9a71d6b276a695577d4f897051dff3 (patch) | |
tree | b21c0c4b54dcaa53d55271c0692a18815af8b9e0 | |
parent | 159f750b5953f8a4e5acfa8086012f5905fab16d (diff) | |
download | marcuscom-ports-661351943e9a71d6b276a695577d4f897051dff3.tar.gz marcuscom-ports-661351943e9a71d6b276a695577d4f897051dff3.tar.zst marcuscom-ports-661351943e9a71d6b276a695577d4f897051dff3.zip |
Change the MASTER_SITE_SUBDIR from:
sources/${PORTNAME}/[0-9]
To:
sources/${PORTNAME}/${PORTVERSION:R}
Lazy way is nice. ;-) Those have been tested.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5899 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | www/evolution-webcal/Makefile | 4 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 4 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 6dd8f3690..91438f2a9 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.66 2006/02/25 00:25:57 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.67 2006/03/12 22:04:18 marcus Exp $ # PORTNAME= epiphany PORTVERSION= 2.14.0.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.14 +MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:R:R} PKGNAMESUFFIX= -extensions DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 8ce2adcac..0f14e79c5 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.105 2006/03/12 21:21:17 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.106 2006/03/12 21:49:14 marcus Exp $ # PORTNAME= epiphany @@ -11,7 +11,7 @@ PORTVERSION= 2.14.0 PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.14 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index 96d4c80f2..9aecbd723 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,14 +3,14 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.32 2006/03/02 18:22:45 mezz Exp $ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.33 2006/03/02 21:09:36 mezz Exp $ # PORTNAME= webcal PORTVERSION= 2.5.90 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.5 +MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} PKGNAMEPREFIX= evolution- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 31243cba7..c999ac019 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.71 2006/02/23 22:08:08 ahze Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.72 2006/02/28 00:34:34 marcus Exp $ # PORTNAME= gtkhtml3 PORTVERSION= 3.9.92 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.9 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:R} DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 31243cba7..c999ac019 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.71 2006/02/23 22:08:08 ahze Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.72 2006/02/28 00:34:34 marcus Exp $ # PORTNAME= gtkhtml3 PORTVERSION= 3.9.92 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.9 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:R} DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} DIST_SUBDIR= gnome2 |