diff options
author | tron <tron> | 2009-09-22 16:52:02 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-22 16:52:02 +0000 |
commit | c64fef11dde3be877cf0cc995e0565d51596d197 (patch) | |
tree | 901c8adbb7f8c0adf5ef75febcc745ac8afeb481 /mail/milter-greylist/Makefile | |
parent | 809c4a7bacb2fadaad12a395bf5a30d83851d6fd (diff) | |
download | pkgsrc-c64fef11dde3be877cf0cc995e0565d51596d197.tar.gz |
Always add "VARBASE" to "BUILDDEFS" as we use it unconditionally now.
Diffstat (limited to 'mail/milter-greylist/Makefile')
-rw-r--r-- | mail/milter-greylist/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index f633f990a53..69a8be17999 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/09/22 14:02:56 tron Exp $ +# $NetBSD: Makefile,v 1.47 2009/09/22 16:52:02 tron Exp $ DISTNAME= milter-greylist-4.2.3 CATEGORIES= mail @@ -23,8 +23,7 @@ RCD_SCRIPTS= milter-greylist .include "options.mk" CONFIGURE_ARGS+= --with-user=${MILTER_USER} -BUILD_DEFS+= MILTER_USER -BUILD_DEFS+= MILTER_GROUP +BUILD_DEFS+= MILTER_USER MILTER_GROUP VARBASE FILES_SUBST+= MILTER_USER=${MILTER_USER:Q} FILES_SUBST+= MILTER_GROUP=${MILTER_GROUP:Q} |