pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 Replaced an overly complex expression with t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d640b540f44
branches:  trunk
changeset: 502521:5d640b540f44
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 05 17:18:28 2005 +0000

description:
Replaced an overly complex expression with the equivalent ${PKGBASE}.

diffstat:

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

diffs (18 lines):

diff -r 4e8ff50eb8ce -r 5d640b540f44 lang/php5/Makefile.php
--- a/lang/php5/Makefile.php    Sat Nov 05 17:17:12 2005 +0000
+++ b/lang/php5/Makefile.php    Sat Nov 05 17:18:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.12 2005/10/23 16:59:49 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.13 2005/11/05 17:18:28 rillig Exp $
 #
 
 .include "../../lang/php5/Makefile.common"
@@ -40,7 +40,7 @@
 CONFIGURE_ARGS+=       --with-libxml-dir=${PREFIX}
 .include "../../textproc/libxml2/buildlink3.mk"
 
-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