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/ifile-procmail | |
parent | 7e05c265b719b79a12f4465603f008906e8e1ce1 (diff) | |
download | pkgsrc-9a2579802dab4915b43bdd3086ba4fbc1cbe803a.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/ifile-procmail')
-rw-r--r-- | mail/ifile-procmail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile index 4f44695613a..47def0eac56 100644 --- a/mail/ifile-procmail/Makefile +++ b/mail/ifile-procmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/07 17:21:39 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/08 12:19:13 asau Exp $ # DISTNAME= ifile.procmail-0.3 @@ -15,8 +15,6 @@ COMMENT= Set of scripts for ifile used in procmail environment DEPENDS+= ifile>=1.2.1:../../mail/ifile DEPENDS+= procmail>=3.22:../../mail/procmail -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME} USE_TOOLS+= ksh:run mktemp:run |