summaryrefslogtreecommitdiff
path: root/security/py-prewikka
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-23 00:12:35 +0000
committerjlam <jlam@pkgsrc.org>2006-04-23 00:12:35 +0000
commit802ce74fcbb88a27d21b45fde8f40d7ac06aaeff (patch)
tree6dc352508076c2511c051c32fe25d3b9ea6c8c20 /security/py-prewikka
parent2797f2c4fb216f032f202408065b46d743490144 (diff)
downloadpkgsrc-802ce74fcbb88a27d21b45fde8f40d7ac06aaeff.tar.gz
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'security/py-prewikka')
-rw-r--r--security/py-prewikka/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index 95085ee7af0..68c6ef3622e 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/06 00:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/23 00:12:42 jlam Exp $
#
DISTNAME= prewikka-0.9.3
@@ -21,8 +21,11 @@ PREWIKKA_GROUP?= prewikka
PREWIKKA_HOME= /nonexistent
RCD_SCRIPTS= prewikka
-PKG_USERS= ${PREWIKKA_USER}:${PREWIKKA_GROUP}::Prelude\-IDS\ console:${PREWIKKA_HOME}:${NOLOGIN}
PKG_GROUPS= ${PREWIKKA_GROUP}
+PKG_USERS= ${PREWIKKA_USER}:${PREWIKKA_GROUP}
+
+PKG_GECOS.${PREWIKKA_USER}= Prelude-IDS console
+PKG_HOME.${PREWIKKA_USER}= ${PREWIKKA_HOME}
SUBST_CLASSES+= code
SUBST_STAGE.code= post-patch