diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-11 08:59:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-11 08:59:29 +0000 |
commit | 511962789ab9c057775f53e7c08f9ae74770632d (patch) | |
tree | affb16c9bb38bfd2652697faef30ecd38e48dfc9 /security/cyrus-sasl | |
parent | aaa8b64cb583e9d3a2ed763e65b3e7fefda66daf (diff) | |
download | pkgsrc-511962789ab9c057775f53e7c08f9ae74770632d.tar.gz |
Replace @ADDGROUP@ in pkg/INSTALL file.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index a7aa43156b9..368a14ff73b 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/12/10 09:43:36 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/11 08:59:29 jlam Exp $ DISTNAME= cyrus-sasl-1.5.24 PKGNAME= ${DISTNAME}nb2 @@ -106,6 +106,7 @@ pre-install: ${SED} -e "s,@CYRUS_USER@,${CYRUS_USER},g" \ -e "s,@CYRUS_GROUP@,${CYRUS_GROUP},g" \ -e "s,@ADDUSER@,${ADDUSER},g" \ + -e "s,@ADDGROUP@,${ADDGROUP},g" \ -e "s,@CHGRP@,${CHGRP},g" \ -e "s,@CHMOD@,${CHMOD},g" \ -e "s,@CHOWN@,${CHOWN},g" \ |