summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commit7e01c4206677ecfad1f4cbe2a42715aa88056a85 (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /www
parentf0d928bbc03e8de52a3323c9f30904a6e1ba15d5 (diff)
downloadpkgsrc-7e01c4206677ecfad1f4cbe2a42715aa88056a85.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'www')
-rw-r--r--www/jakarta-servletapi/Makefile4
-rw-r--r--www/lynx/Makefile4
-rw-r--r--www/privoxy/Makefile4
-rw-r--r--www/zope29/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/www/jakarta-servletapi/Makefile b/www/jakarta-servletapi/Makefile
index 5454258573f..e102b8c6575 100644
--- a/www/jakarta-servletapi/Makefile
+++ b/www/jakarta-servletapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/03/02 19:51:14 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2006/09/09 02:46:09 obache Exp $
DISTNAME= jakarta-servletapi-${TOMCAT_VERSION}-src
PKGNAME= ${DISTNAME:S/-src$//}
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_JAVA2= yes
-MAKEFILE= build.xml
+MAKE_FILE= build.xml
PLIST_SRC= ${PKGDIR}/PLIST ${WRKDIR}/PLIST.javadoc
DOCDIR= share/doc/java/jakarta-servletapi
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 654e5fdad46..2a7ecd811c3 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2006/05/29 16:58:18 drochner Exp $
+# $NetBSD: Makefile,v 1.91 2006/09/09 02:46:09 obache Exp $
#
# NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-full install-lss
-MAKEFILE= makefile
+MAKE_FILE= makefile
CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
USE_TOOLS+= gzip msgfmt
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index 855712d74c3..06a48b87d5c 100644
--- a/www/privoxy/Makefile
+++ b/www/privoxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/06/15 20:36:08 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2006/09/09 02:46:09 obache Exp $
#
DISTNAME= ${PKGNAME_NOREV}-stable-src
@@ -30,7 +30,7 @@ CPPFLAGS+= -Dunix
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-stable
USE_TOOLS+= autoconf213 gmake
-MAKEFILE= GNUmakefile
+MAKE_FILE= GNUmakefile
USE_TOOLS+= perl
diff --git a/www/zope29/Makefile b/www/zope29/Makefile
index e3fa8137af1..0e56a92d7a5 100644
--- a/www/zope29/Makefile
+++ b/www/zope29/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/09/07 16:14:16 taca Exp $
+# $NetBSD: Makefile,v 1.5 2006/09/09 02:46:09 obache Exp $
# FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp
DISTNAME= Zope-2.9.4-final
@@ -38,7 +38,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${ZOPEBASEDIR} --with-python=${PYTHONBIN}
BUILD_TARGET= build
-MAKEFILE= makefile
+MAKE_FILE= makefile
PLIST_SUBST= ZOPEBASEDIR=${SZOPEBASEDIR}
MESSAGE_SUBST+= ZOPEBASEDIR=${ZOPEBASEDIR}