diff options
author | jlam <jlam> | 2000-12-11 08:59:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-11 08:59:29 +0000 |
commit | d3bf2d24d9dcb15e5691d2024e522ecf44b36c71 (patch) | |
tree | affb16c9bb38bfd2652697faef30ecd38e48dfc9 | |
parent | 275b21489e9fee8b954d05505f4c32e5bb2b005b (diff) | |
download | pkgsrc-d3bf2d24d9dcb15e5691d2024e522ecf44b36c71.tar.gz |
Replace @ADDGROUP@ in pkg/INSTALL file.
-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" \ |