diff options
author | taca <taca@pkgsrc.org> | 2005-12-05 14:13:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-12-05 14:13:05 +0000 |
commit | de43d89c261f13f42a84f3ff19d8db0ef6b74586 (patch) | |
tree | ce2dbea718e639a62415cee1169ffdcfe0ad6a83 /mail | |
parent | 076e2b48194b5fdd49c2534f7cfc21b3c65d5c7c (diff) | |
download | pkgsrc-de43d89c261f13f42a84f3ff19d8db0ef6b74586.tar.gz |
Quiet pkglint; changing make macro in double quotation into :Q modifier.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 4 | ||||
-rw-r--r-- | mail/qpopper/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 9b7c4fabc6a..46dab7713b5 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2005/06/13 16:53:47 taca Exp $ +# $NetBSD: Makefile,v 1.52 2005/12/05 14:13:05 taca Exp $ # DISTNAME= qpopper${VERSION} @@ -37,7 +37,7 @@ MESSAGE_SUBST+= RCD_SCRIPTS=${RCD_SCRIPTS} \ RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR} PKG_USERS?= ${QPOPPER_USER}:${QPOPPER_GROUP} -MAKE_ENV+= BINGRP=${BINGRP} +MAKE_ENV+= BINGRP=${BINGRP:Q} pre-build: ${SED} -e "s|/usr/local/lib|${PREFIX}/libexec|g" \ diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk index f704f15a385..6adfc1b98d0 100644 --- a/mail/qpopper/options.mk +++ b/mail/qpopper/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2005/09/28 21:55:32 rillig Exp $ +# $NetBSD: options.mk,v 1.10 2005/12/05 14:13:05 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper PKG_SUPPORTED_OPTIONS= drac inet6 kerberos pam qpopper-servermode ssl @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --without-ssl .endif .if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6" +CONFIGURE_ENV+= O_DEFS=${O_DEFS:Q} CFLAGS="-DINET6" .else CONFIGURE_ARGS+= --disable-ipv6 .endif |