summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2010-05-24 03:37:59 +0000
committersbd <sbd@pkgsrc.org>2010-05-24 03:37:59 +0000
commit586bc67a4ef7663e277d935ab67773219f1ada63 (patch)
treeaa1506326afb6c8e5061be1934d7f4f79b2297d9
parent7f5edb02925442b969430bf1b51de5b0578ec8e3 (diff)
downloadpkgsrc-586bc67a4ef7663e277d935ab67773219f1ada63.tar.gz
Fix type s/FILES_SUSST/FILES_SUBST/
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 4c313860baf..52ba6fd957e 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.159 2010/05/24 03:32:12 sbd Exp $
+# $NetBSD: Makefile,v 1.160 2010/05/24 03:37:59 sbd Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -77,7 +77,7 @@ CUPS_GROUP?= lp
CUPS_SYSTEM_GROUPS?= ${REAL_ROOT_GROUP}
FILES_SUBST+= CUPS_USER=${CUPS_USER:Q}
FILES_SUBST+= CUPS_GROUP=${CUPS_GROUP:Q}
-FILES_SUSST+= CUPS_SYSTEM_GROUPS=${CUPS_SYSTEM_GROUPS:Q}
+FILES_SUBST+= CUPS_SYSTEM_GROUPS=${CUPS_SYSTEM_GROUPS:Q}
PKG_GROUPS_VARS+= CUPS_GROUP CUPS_SYSTEM_GROUPS
PKG_USERS_VARS+= CUPS_USER