diff options
author | taca <taca> | 2007-04-01 15:29:45 +0000 |
---|---|---|
committer | taca <taca> | 2007-04-01 15:29:45 +0000 |
commit | 12f2854582058970b8a4542df4cdd168fcc45968 (patch) | |
tree | 77af539c6700c76a30c145b455ea9358512f71e3 /www/zope29 | |
parent | 733b5ac1a224675927dcaab6ee5db953d4bfaa8a (diff) | |
download | pkgsrc-12f2854582058970b8a4542df4cdd168fcc45968.tar.gz |
Remove extra backspace at end of line.
Diffstat (limited to 'www/zope29')
-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: |