summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-03 13:41:43 +0000
committerjlam <jlam>2001-05-03 13:41:43 +0000
commitfcbc7eb8c65ff22348b92ed46121b44db3097712 (patch)
treed747d11cc3b97d793d3d661fa6f8853da212f37b /www/php4
parent6e84491160198c3da17bbae674835ac266bb1065 (diff)
downloadpkgsrc-fcbc7eb8c65ff22348b92ed46121b44db3097712.tar.gz
Prefer VAR+= lines to backslash line continuations to make this file easier
to grep through.
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php4/Makefile.module b/www/php4/Makefile.module
index a502408ceb7..e43d8efc7f7 100644
--- a/www/php4/Makefile.module
+++ b/www/php4/Makefile.module
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.module,v 1.6 2001/05/03 13:40:33 jlam Exp $
+# $NetBSD: Makefile.module,v 1.7 2001/05/03 13:41:43 jlam Exp $
#
# This Makefile is provided to ease creating PHP4 packages for the extension
# modules distributed in the PHP4 sources.
@@ -24,8 +24,8 @@ MODULESDIR= ${WRKSRC}/modules
PLIST_SUBST+= MODNAME=${MODNAME}
MESSAGE_SRC= ${.CURDIR}/../../www/php4/pkg/MESSAGE.module
-MESSAGE_SUBST+= MODNAME=${MODNAME} \
- PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
+MESSAGE_SUBST+= MODNAME=${MODNAME}
+MESSAGE_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
PLIST_SRC= ${.CURDIR}/../../www/php4/pkg/PLIST.module