diff options
-rw-r--r-- | www/zope29/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 00c4e70e10e..cd7e2ecb439 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/03/22 13:44:10 taca Exp $ +# $NetBSD: Makefile,v 1.11 2007/04/01 15:29:45 taca Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-${VER}-final @@ -51,7 +51,7 @@ MAKE_FILE= makefile PLIST_SUBST= ZOPEBASEDIR=${SZOPEBASEDIR} MESSAGE_SUBST+= ZOPEBASEDIR=${ZOPEBASEDIR} -MESSAGE_SUBST+= ZOPE_USER=${ZOPE_USER} \ +MESSAGE_SUBST+= ZOPE_USER=${ZOPE_USER} MESSAGE_SUBST+= ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR} post-patch: |