summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-11 09:00:51 +0000
committerjlam <jlam>2000-12-11 09:00:51 +0000
commit82137ddeebfd49231861d8923743d559ba0a91fd (patch)
tree1f5ff5d4c68ac9632ea4f713635038d5070adb88 /print
parentd3bf2d24d9dcb15e5691d2024e522ecf44b36c71 (diff)
downloadpkgsrc-82137ddeebfd49231861d8923743d559ba0a91fd.tar.gz
Substitute for @ADDGROUP@ in pkg/INSTALL file.
Diffstat (limited to 'print')
-rw-r--r--print/cups/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index c8cd1b19c6c..a648201076e 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/12/11 08:53:07 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2000/12/11 09:00:51 jlam Exp $
#
DISTNAME= cups-1.1.4-source
@@ -82,6 +82,7 @@ pre-install:
${SED} -e "s,@CUPS_USER@,${CUPS_USER},g" \
-e "s,@CUPS_GROUP@,${CUPS_GROUP},g" \
-e "s,@ADDUSER@,${ADDUSER},g" \
+ -e "s,@ADDGROUP@,${ADDGROUP},g" \
-e "s,@CAT@,${CAT},g" \
-e "s,@CHGRP@,${CHGRP},g" \
-e "s,@CHMOD@,${CHMOD},g" \