![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / courier-authlib / Makefile.common (download)
Revision 1.6, Mon Dec 5 23:55:17 2005 UTC (17 years, 2 months ago) by rillig
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
# $NetBSD: Makefile.common,v 1.6 2005/12/05 23:55:17 rillig Exp $ COURIER_USER?= courier COURIER_GROUP?= mail FILES_SUBST+= COURIER_USER=${COURIER_USER:Q} FILES_SUBST+= COURIER_GROUP=${COURIER_GROUP:Q} USE_PKGINSTALL= yes PKG_GROUPS= ${COURIER_GROUP} PKG_USERS= ${COURIER_USER}:${COURIER_GROUP}::Courier\ user GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-mailuser=${COURIER_USER:Q} CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP:Q}