pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/vile Fix path to Perl. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd4fe408afa9
branches:  trunk
changeset: 531733:dd4fe408afa9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 16:44:52 2007 +0000

description:
Fix path to Perl. Bump revision.

diffstat:

 editors/vile/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d32a5657eb88 -r dd4fe408afa9 editors/vile/Makefile
--- a/editors/vile/Makefile     Sun Aug 05 16:36:11 2007 +0000
+++ b/editors/vile/Makefile     Sun Aug 05 16:44:52 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2006/09/09 02:41:58 obache Exp $
+# $NetBSD: Makefile,v 1.48 2007/08/05 16:44:52 joerg Exp $
 
 DISTNAME=              vile-9.5
+PKGREVISION=           1
 CATEGORIES=            editors
 MASTER_SITES=          ftp://dickey.his.com/vile/ \
                        ftp://invisible-island.net/vile/
@@ -16,6 +17,8 @@
 CONFIGURE_ARGS+=       --with-libdir-path=${FILTERDIR:Q}
 USE_TOOLS+=            perl:run
 
+REPLACE_PERL=          perl/vileget
+
 CPPFLAGS.NetBSD+=      -DMISSING_EXTERN_ENVIRON
 
 MAKE_FILE=             makefile



Home | Main Index | Thread Index | Old Index