diff options
author | jlam <jlam> | 2000-12-09 05:53:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-09 05:53:06 +0000 |
commit | 46966f599857e9454ae659021aad991f755b1aff (patch) | |
tree | fc251fb694575411b3bb21ac1114e92a354d6515 /print | |
parent | 640327ddec92b9a63ca0e72b46e4e23bc56ef6db (diff) | |
download | pkgsrc-46966f599857e9454ae659021aad991f755b1aff.tar.gz |
Add CUPS_USER and CUPS_GROUP to the BUILD_DEFS.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 2a3b928795b..cbf55d0ce03 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/07 20:33:05 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/12/09 05:53:06 jlam Exp $ # DISTNAME= cups-1.1.4-source @@ -45,6 +45,8 @@ USERDIR= ${LOCALBASE}/sbin CUPS_USER?= lp CUPS_GROUP?= sys +BUILD_DEFS+= CYRUS_USER CYRUS_GROUP + DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL |