diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-28 00:13:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-28 00:13:05 +0000 |
commit | d8abb5b9ea572675845dae0bb3bc7493d56491a9 (patch) | |
tree | 6d206bb8e37cd8264466d721d3773115da75b4d5 /editors/xvile | |
parent | f0faa824cdfba139d9a4c20c56a2d7d668667aeb (diff) | |
download | pkgsrc-d8abb5b9ea572675845dae0bb3bc7493d56491a9.tar.gz |
Fix path to Perl and actually depend on it. Bump revision.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 999bf9b718d..ca3b9d75fbc 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 @@ CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR:Q} 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 |