diff options
author | jlam <jlam> | 2002-10-23 06:09:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-23 06:09:41 +0000 |
commit | 382c6f955af0394be136e1f763d547a78dccefd8 (patch) | |
tree | 2ef70ba8e8a248a9e968487a68672caae3284a42 /www/php3 | |
parent | ee841276a9555c23831df161ee1bd18db7255d25 (diff) | |
download | pkgsrc-382c6f955af0394be136e1f763d547a78dccefd8.tar.gz |
Bump the PKGREVISION of www/php3 after moving the actual php binary from
${PREFIX}/bin into ${PREFIX}/libexec/cgi-bin.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index c28cb75a96a..a50a4e52de6 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2002/10/23 05:47:28 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2002/10/23 06:09:41 jlam Exp $ PKGNAME= php-${BASE_VERS} -PKGREVISION?= 1 +PKGREVISION?= 2 CATEGORIES+= lang COMMENT= HTML-embedded programming language |