Wed Feb 25 16:16:33 2009 UTC ()
add comment to appease pkglint


(tnn)
diff -r1.33 -r1.34 pkgsrc/lang/php5/Makefile.common

cvs diff -r1.33 -r1.34 pkgsrc/lang/php5/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/lang/php5/Attic/Makefile.common 2008/12/10 19:37:01 1.33
+++ pkgsrc/lang/php5/Attic/Makefile.common 2009/02/25 16:16:33 1.34
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile.common,v 1.33 2008/12/10 19:37:01 adrianp Exp $ 1# $NetBSD: Makefile.common,v 1.34 2009/02/25 16:16:33 tnn Exp $
2# used by lang/php5/Makefile.php 2# used by lang/php5/Makefile.php
 3# used by lang/php/ext.mk
3 4
4.if !defined(DISTNAME) 5.if !defined(DISTNAME)
5DISTNAME= php-${PHP_BASE_VERS} 6DISTNAME= php-${PHP_BASE_VERS}
6DIST_SUBDIR= ${DISTNAME} 7DIST_SUBDIR= ${DISTNAME}
7.endif 8.endif
8CATEGORIES+= www 9CATEGORIES+= www
9 10
10.if !defined(PECL_VERSION) 11.if !defined(PECL_VERSION)
11MASTER_SITES?= http://www.php.net/distributions/ \ 12MASTER_SITES?= http://www.php.net/distributions/ \
12 http://php3.de/distributions/ 13 http://php3.de/distributions/
13EXTRACT_SUFX?= .tar.bz2 14EXTRACT_SUFX?= .tar.bz2
14.endif 15.endif
15 16