diff options
author | taca <taca@pkgsrc.org> | 2007-04-01 15:29:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-04-01 15:29:45 +0000 |
commit | 57cd0b3a03f0fb97fb78008e14ab87205bd05c38 (patch) | |
tree | 77af539c6700c76a30c145b455ea9358512f71e3 /www/zope29 | |
parent | 4d0e992a90101a898f7d0da2296f65c232c9ee16 (diff) | |
download | pkgsrc-57cd0b3a03f0fb97fb78008e14ab87205bd05c38.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: |