summaryrefslogtreecommitdiff
path: root/net/gofish
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /net/gofish
parent8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff)
downloadpkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/gofish')
-rw-r--r--net/gofish/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/gofish/Makefile b/net/gofish/Makefile
index 35123e1a2ae..a86fef1c9f0 100644
--- a/net/gofish/Makefile
+++ b/net/gofish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/23 00:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:53 wiz Exp $
DISTNAME= gofish-1.1
PKGREVISION= 1
@@ -17,26 +17,26 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \
--localstatedir=${VARBASE:Q}
EGDIR= ${PREFIX}/share/examples/gofish
-RUNTIMEDIR= ${VARBASE}/gopher
+RUNTIMEDIR= ${VARBASE}/gopher
-GOPHER_USER= gopher
-GOPHER_GROUP= gopher
+GOPHER_USER= gopher
+GOPHER_GROUP= gopher
GOPHER_UID= 30
GOPHER_GID= 30
-PKG_GROUPS= ${GOPHER_GROUP}
-PKG_USERS= ${GOPHER_USER}:${GOPHER_GROUP}
+PKG_GROUPS= ${GOPHER_GROUP}
+PKG_USERS= ${GOPHER_USER}:${GOPHER_GROUP}
PKG_GID.${GOPHER_GROUP}= ${GOPHER_GID}
PKG_UID.${GOPHER_USER}= ${GOPHER_UID}
-OWN_DIRS_PERMS= ${RUNTIMEDIR} ${GOPHER_USER} ${GOPHER_GROUP} 0750
+OWN_DIRS_PERMS= ${RUNTIMEDIR} ${GOPHER_USER} ${GOPHER_GROUP} 0750
RCD_SCRIPTS= gopherd
CONF_FILES= ${EGDIR}/gofish.conf ${PKG_SYSCONFDIR}/gofish.conf \
${EGDIR}/gofish-www.conf ${PKG_SYSCONFDIR}/gofish-www.conf
-FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q}
+FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q}
FILES_SUBST+= PKG_USERS=${PKG_USERS:Q}
post-configure: