diff options
author | taca <taca@pkgsrc.org> | 2006-08-17 13:17:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-08-17 13:17:48 +0000 |
commit | 6fab71f7a3842f8ca40b77da175ab4a1a236cf45 (patch) | |
tree | 4bd19922dd23ba1eabb4d667d9eeaee46d287130 /lang/php5/Makefile | |
parent | 7cf89a04ad3c39d54e2f37f37e70dd28ca9ddb2d (diff) | |
download | pkgsrc-6fab71f7a3842f8ca40b77da175ab4a1a236cf45.tar.gz |
Correct PLIST to fix a binary package:
- remove an extra directory.
- handle empty directories.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index f8773adff90..2383772eec7 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2006/08/10 05:57:09 taca Exp $ +# $NetBSD: Makefile,v 1.40 2006/08/17 13:17:48 taca Exp $ PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |