diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-03 13:41:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-03 13:41:43 +0000 |
commit | 47648cd842e86c862e15b1a674d1e79bb02a255b (patch) | |
tree | d747d11cc3b97d793d3d661fa6f8853da212f37b /www/php4 | |
parent | 749befd222e214dc26e012bbfcfb046c347de26e (diff) | |
download | pkgsrc-47648cd842e86c862e15b1a674d1e79bb02a255b.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.module | 6 |
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 |