diff options
author | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
commit | bd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /net/gofish | |
parent | f60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff) | |
download | pkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.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 |