summaryrefslogtreecommitdiff
path: root/security/base
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-03-13 12:25:29 +0000
committeradrianp <adrianp>2006-03-13 12:25:29 +0000
commitb3f02366c656864fd6edac479bb7a7c16fb77d41 (patch)
tree0bcae5517c1f648cb3c320de06d263d01140079c /security/base
parent2f0db5381da76b17ac1276e68bc45ebe57d98533 (diff)
downloadpkgsrc-b3f02366c656864fd6edac479bb7a7c16fb77d41.tar.gz
pkglintification.
Pattern fix for pear-Image_Graph
Diffstat (limited to 'security/base')
-rw-r--r--security/base/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/base/Makefile b/security/base/Makefile
index 5f1a7fe56e6..d43eae5347b 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:42 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/03/13 12:25:29 adrianp Exp $
#
DISTNAME= base-1.2.1
@@ -19,7 +19,7 @@ DEPENDS+= pear-Log-[0-9]*:../../sysutils/pear-Log
DEPENDS+= pear-Numbers_Words-[0-9]*:../../math/pear-Numbers_Words
DEPENDS+= pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Roman
DEPENDS+= pear-Image_Color-[0-9]*:../../graphics/pear-Image_Color
-DEPENDS+= pear-Image_Graph-0.3.0dev4nb1:../../graphics/pear-Image_Graph
+DEPENDS+= pear-Image_Graph-[0-9]*:../../graphics/pear-Image_Graph
NO_BUILD= YES
USE_PKGINSTALL= YES
@@ -33,7 +33,7 @@ WWW_USER?= ${APACHE_USER}
WWW_GROUP?= ${APACHE_GROUP}
BUILD_DEFS+= WWW_USER WWW_GROUP
USE_TOOLS+= perl:run
-REPLACE_PERL= scripts/base_maintenance.pl
+REPLACE_PERL+= scripts/base_maintenance.pl
CONF_FILES= ${EGDIR}/base.conf ${PKG_SYSCONFDIR}/base.conf
@@ -43,10 +43,10 @@ CONF_FILES_PERMS= ${EGDIR}/base_conf.php ${BASE_DIR}/base_conf.php \
SUBST_CLASSES+= conf
SUBST_STAGE.conf= post-patch
SUBST_FILES.conf= base.conf base_conf.php.dist
-SUBST_SED.conf= -e "s|@BASE_DIR@|${BASE_DIR}|g" \
- -e "s|@DBTYPE@|${DBTYPE}|g" \
- -e "s|@PREFIX@|${PREFIX}|g"
-SUBST_MESSAGE.conf= "Fixing configuration files."
+SUBST_SED.conf= -e "s|@BASE_DIR@|${BASE_DIR}|g"
+SUBST_SED.conf+= -e "s|@DBTYPE@|${DBTYPE}|g"
+SUBST_SED.conf+= -e "s|@PREFIX@|${PREFIX}|g"
+SUBST_MESSAGE.conf= Fixing configuration files.
.include "options.mk"