pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ifile-procmail Fix path to and dependency on ksh....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25e777ae3215
branches:  trunk
changeset: 532921:25e777ae3215
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Sep 04 20:22:50 2007 +0000

description:
Fix path to and dependency on ksh. Just use the tools framework to
require mktemp. Bump revision.

diffstat:

 mail/ifile-procmail/Makefile |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r eb016a4395dc -r 25e777ae3215 mail/ifile-procmail/Makefile
--- a/mail/ifile-procmail/Makefile      Tue Sep 04 20:20:58 2007 +0000
+++ b/mail/ifile-procmail/Makefile      Tue Sep 04 20:22:50 2007 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index