pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pine REPLACE_PERL to fix interpreter path in a co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71ec6c99649
branches:  trunk
changeset: 540149:a71ec6c99649
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Mar 29 21:55:19 2008 +0000

description:
REPLACE_PERL to fix interpreter path in a contrib script.

diffstat:

 mail/pine/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5c8803ada3cd -r a71ec6c99649 mail/pine/Makefile
--- a/mail/pine/Makefile        Sat Mar 29 18:01:12 2008 +0000
+++ b/mail/pine/Makefile        Sat Mar 29 21:55:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2008/01/18 05:08:28 tnn Exp $
+# $NetBSD: Makefile,v 1.118 2008/03/29 21:55:19 markd Exp $
 
 DISTNAME=      pine4.64
 PKGNAME=       pine-4.64
@@ -67,6 +67,8 @@
 CFLAGS+=               -DPASSFILE=\\\".pinepwd\\\"
 .endif
 
+REPLACE_PERL+=         contrib/utils/pwd2pine
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 # Make sure the imap lib that comes with pine isn't



Home | Main Index | Thread Index | Old Index