summaryrefslogtreecommitdiff
path: root/net/gofish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gofish/Makefile')
-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: