pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups Fix type s/FILES_SUSST/FILES_SUBST/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b68ccf33802
branches:  trunk
changeset: 575826:5b68ccf33802
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Mon May 24 03:37:59 2010 +0000

description:
Fix type s/FILES_SUSST/FILES_SUBST/

diffstat:

 print/cups/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91c09485ea0c -r 5b68ccf33802 print/cups/Makefile
--- a/print/cups/Makefile       Mon May 24 03:36:05 2010 +0000
+++ b/print/cups/Makefile       Mon May 24 03:37:59 2010 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index