diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 08:27:02 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 08:27:02 +0000 |
commit | fb004caf224b9dc3851a2b47e93834c7eb188a49 (patch) | |
tree | 948a158177d1cda7520cc36f2bcb6f949a858590 /mail | |
parent | a9480760c2c6f5a5caa6624d12945492f6d1aeba (diff) | |
download | pkgsrc-fb004caf224b9dc3851a2b47e93834c7eb188a49.tar.gz |
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/imap-uw/Makefile | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index f68b8dc914d..332b92f8039 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2015/12/27 12:36:37 adam Exp $ +# $NetBSD: Makefile,v 1.82 2016/02/25 08:27:03 jperkin Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -20,8 +20,6 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-ssldir=${SSLDIR} -OPSYSVARS+= CONFIGURE_ENV - TEST_TARGET= check # Explicitly disable inotify on illumos, it is provided for Linux compat only. diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 10316bd00af..084a9715784 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2014/07/18 10:40:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.142 2016/02/25 08:27:04 jperkin Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -34,9 +34,6 @@ MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" -# Each platform has its own special target in the imap Makefiles. -OPSYSVARS+= BUILD_TARGET - .include "../../mk/compiler.mk" . if empty(CC_VERSION:Mgcc-) BUILD_TARGET.SunOS= soc |