diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-04 20:22:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-04 20:22:50 +0000 |
commit | 925611d0367d40bd39d475c943fab2058ae2b5a1 (patch) | |
tree | 7ddf9342a3c9c27c6256d73f18ba9ea824e6fd3c /mail | |
parent | a3efedcba1e546e36e14bb9fb479b10a835d9fa6 (diff) | |
download | pkgsrc-925611d0367d40bd39d475c943fab2058ae2b5a1.tar.gz |
Fix path to and dependency on ksh. Just use the tools framework to
require mktemp. Bump revision.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ifile-procmail/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile index 59396cab422..d35998183a5 100644 --- a/mail/ifile-procmail/Makefile +++ b/mail/ifile-procmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:55 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/04 20:22:50 joerg Exp $ # DISTNAME= ifile.procmail-0.3 PKGNAME= ${DISTNAME:S/./-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://Xtrmntr.org/ORBman/download/ EXTRACT_SUFX= .tgz @@ -17,11 +17,9 @@ DEPENDS+= procmail>=3.22:../../mail/procmail WRKSRC= ${WRKDIR}/${DISTNAME} -.include "../../mk/bsd.prefs.mk" +USE_TOOLS+= ksh:run mktemp:run -.if empty(OPSYS:M*BSD) -DEPENDS+= mktemp>=1.4:../../sysutils/mktemp -.endif +REPLACE_KSH+= bin/ifile.* NO_BUILD= YES |