diff options
author | asau <asau> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:19:01 +0000 |
commit | 9a2579802dab4915b43bdd3086ba4fbc1cbe803a (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/exim3 | |
parent | 7e05c265b719b79a12f4465603f008906e8e1ce1 (diff) | |
download | pkgsrc-9a2579802dab4915b43bdd3086ba4fbc1cbe803a.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/exim3')
-rw-r--r-- | mail/exim3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index a8ccccd1d01..6fe1fceb9db 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/10/03 21:56:23 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2012/10/08 12:19:10 asau Exp $ DISTNAME= exim-3.36 PKGREVISION= 10 @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.exim.org/ COMMENT= The Exim mail transfer agent, a replacement for sendmail -PKG_DESTDIR_SUPPORT = user-destdir MAKE_JOBS_SAFE= no CONFLICTS+= exim-exiscan-[0-9]* |