diff options
author | jlam <jlam> | 2001-05-03 13:41:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-03 13:41:43 +0000 |
commit | 64bf1a2ad143aeeac9d38028714758712b328124 (patch) | |
tree | d747d11cc3b97d793d3d661fa6f8853da212f37b /www | |
parent | e00e9a6cb20ae2c32ee46f552f748544485f597f (diff) | |
download | pkgsrc-64bf1a2ad143aeeac9d38028714758712b328124.tar.gz |
Prefer VAR+= lines to backslash line continuations to make this file easier
to grep through.
Diffstat (limited to 'www')
-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 |