diff options
-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 |