summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsbd <sbd>2010-05-24 03:37:59 +0000
committersbd <sbd>2010-05-24 03:37:59 +0000
commit2ae6b254284d620d0fefc1ea5f1c59ba947a4fba (patch)
treeaa1506326afb6c8e5061be1934d7f4f79b2297d9 /print
parent7e41d5484531f6cf2831e3171f13533c9a9297d6 (diff)
downloadpkgsrc-2ae6b254284d620d0fefc1ea5f1c59ba947a4fba.tar.gz
Fix type s/FILES_SUSST/FILES_SUBST/
Diffstat (limited to 'print')
-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