diff options
author | martti <martti> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-09 19:19:08 +0000 |
commit | 1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /net/gofish | |
parent | bf2c06f11a960194271bfb15b38f2091d506ce04 (diff) | |
download | pkgsrc-1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'net/gofish')
-rw-r--r-- | net/gofish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gofish/Makefile b/net/gofish/Makefile index ed4c2edd9ca..2dffe5849f9 100644 --- a/net/gofish/Makefile +++ b/net/gofish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/06/20 17:46:03 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/10/09 19:19:14 martti Exp $ DISTNAME= gofish-1.1 PKGREVISION= 2 @@ -41,7 +41,7 @@ FILES_SUBST+= PKG_USERS=${PKG_USERS:Q} SUBST_CLASSES+= user SUBST_MESSAGE.user= Fixing name of gopher user in files. SUBST_FILES.user= gofish.conf -SUBST_SED.user= -e "s/;user = gopher/user = ${GOPHER_USER}/g" +SUBST_SED.user= -e "s/;user = gopher/user = ${GOPHER_USER}/g" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gofish |