pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xvile Fix path to Perl and actually depend on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e151aed020c4
branches:  trunk
changeset: 531288:e151aed020c4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 28 00:13:05 2007 +0000

description:
Fix path to Perl and actually depend on it. Bump revision.

diffstat:

 editors/xvile/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 565f5752c113 -r e151aed020c4 editors/xvile/Makefile
--- a/editors/xvile/Makefile    Sat Jul 28 00:10:36 2007 +0000
+++ b/editors/xvile/Makefile    Sat Jul 28 00:13:05 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2006/12/15 20:32:55 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2007/07/28 00:13:05 joerg Exp $
 
 DISTNAME=              vile-9.5
 PKGNAME=               xvile-9.5
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            editors
 MASTER_SITES=          ftp://dickey.his.com/vile/ \
                        ftp://invisible-island.net/vile/
@@ -12,7 +12,6 @@
 HOMEPAGE=              http://dickey.his.com/vile/vile.html
 COMMENT=               VI Like Emacs, X11 version -- a fully "X aware" vi work-alike
 
-
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-perl
 CONFIGURE_ARGS+=       --datadir=${DATADIR:Q}
@@ -21,6 +20,9 @@
 MAKE_FILE=             makefile
 INSTALL_TARGET=                install install-perl
 
+REPLACE_PERL=          perl/vileget
+USE_TOOLS+=            perl:run
+
 DATADIR=               ${PREFIX}/share/xvile
 FILTERDIR=             ${PREFIX}/libexec/xvile
 EGDIR=                 ${PREFIX}/share/examples/xvile



Home | Main Index | Thread Index | Old Index