[Midnightbsd-cvs] mports: Makefile: fix tagging of the master sites.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Dec 10 14:31:38 EST 2008


Log Message:
-----------
fix tagging of the master sites.

Modified Files:
--------------
    mports/lang/php5:
        Makefile (r1.20 -> r1.21)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/php5/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -L lang/php5/Makefile -L lang/php5/Makefile -u -r1.20 -r1.21
--- lang/php5/Makefile
+++ lang/php5/Makefile
@@ -10,8 +10,8 @@
 PORTVERSION=	5.2.6
 PORTREVISION?=	4
 CATEGORIES?=	lang devel www
-MASTER_SITES=	${MASTER_SITE_PHP}
-MASTER_SITE_SUBDIR=	distributions
+MASTER_SITES=	${MASTER_SITE_PHP:S/$/:release/}
+MASTER_SITE_SUBDIR=	distributions/:release
 DISTNAME=	php-${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:release
 


More information about the Midnightbsd-cvs mailing list