diff options
author | jlam <jlam> | 2001-11-01 09:41:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-01 09:41:13 +0000 |
commit | 988588d3973acbba5849b28d33307539acb61efd (patch) | |
tree | 1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /www/php4/Makefile.module | |
parent | c01d87d89204b9baccc1149904805ffac678f2b3 (diff) | |
download | pkgsrc-988588d3973acbba5849b28d33307539acb61efd.tar.gz |
Change reachover references into another package's pkg/ directory into
references to the other package's base directory. This is needed after
the files in the pkg/ directory were dispersed into the base directory.
Diffstat (limited to 'www/php4/Makefile.module')
-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 0bca922a013..3019d90d042 100644 --- a/www/php4/Makefile.module +++ b/www/php4/Makefile.module @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.module,v 1.12 2001/10/16 12:44:16 tron Exp $ +# $NetBSD: Makefile.module,v 1.13 2001/11/01 09:41:14 jlam Exp $ # # This Makefile is provided to ease creating PHP4 packages for the extension # modules distributed in the PHP4 sources. @@ -38,8 +38,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig # Ensure we export symbols in the linked shared objects. LDFLAGS+= -Wl,--export-dynamic -PLIST_SRC= ${.CURDIR}/../../www/php4/pkg/PLIST.module -MESSAGE_SRC= ${.CURDIR}/../../www/php4/pkg/MESSAGE.module +PLIST_SRC= ${.CURDIR}/../../www/php4/PLIST.module +MESSAGE_SRC= ${.CURDIR}/../../www/php4/MESSAGE.module MESSAGE_SUBST+= MODNAME=${PKGMODNAME} MESSAGE_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} |