diff options
Diffstat (limited to 'www/zope29/Makefile')
-rw-r--r-- | www/zope29/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index cd7e2ecb439..c91fc9b2b65 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/04/01 15:29:45 taca Exp $ +# $NetBSD: Makefile,v 1.12 2007/07/04 20:55:06 jlam Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-${VER}-final @@ -35,6 +35,8 @@ SZOPEBASEDIR?= ${WEBBASEDIR}/Zope29 # Do not change anything below this line. +PKG_USERS_VARS+= ZOPE_USER + .if defined(INSTANCENAME) ZOPEINSTANCENAME= ${INSTANCENAME} .endif |