pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 Replaced ${PKGNAME:C...} with the equivalent ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90440e5633c9
branches:  trunk
changeset: 502526:90440e5633c9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 05 17:25:39 2005 +0000

description:
Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}.

diffstat:

 www/php4/Makefile.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cafc2d9abf7d -r 90440e5633c9 www/php4/Makefile.php
--- a/www/php4/Makefile.php     Sat Nov 05 17:24:15 2005 +0000
+++ b/www/php4/Makefile.php     Sat Nov 05 17:25:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.31 2005/11/04 21:16:30 tv Exp $
+# $NetBSD: Makefile.php,v 1.32 2005/11/05 17:25:39 rillig Exp $
 
 .include "../../www/php4/Makefile.common"
 
@@ -42,7 +42,7 @@
 CONFIGURE_ENV+=                ac_cv_lib_pam_pam_start=no
 CONFIGURE_ENV+=                EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}"
 
-PKG_OPTIONS_VAR=               PKG_OPTIONS.${PKGNAME:C/-[^-]*$//}
+PKG_OPTIONS_VAR=       PKG_OPTIONS.${PKGBASE}
 PKG_SUPPORTED_OPTIONS+=        inet6 ssl
 PKG_SUGGESTED_OPTIONS+=        ssl
 



Home | Main Index | Thread Index | Old Index