aboutsummaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2005-10-01 19:08:34 +0000
committerGary Jennejohn <gj@FreeBSD.org>2005-10-01 19:08:34 +0000
commit1a4497ffbf8fea314efd278826a1db696ec10c2d (patch)
tree99eb84833a7b409e7446c6e45a356fea4af9fdf3 /editors/vile/Makefile
parentf166c94acf0881d07773e324e476a919bca1a6ee (diff)
downloadports-1a4497ffbf8fea314efd278826a1db696ec10c2d.tar.gz
ports-1a4497ffbf8fea314efd278826a1db696ec10c2d.zip
Notes
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 5738381808b1..1806cb08ba04 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= vile
-PORTVERSION= 9.5
+PORTVERSION= 9.5a
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/ \
ftp://invisible-island.net/vile/ \
ftp://ftp.phred.org/pub/vile/
+DISTNAME= vile-9.5
EXTRACT_SUFX= .tgz
-PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
+PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
+PATCHFILES= vile-9.5a.patch.gz
MAINTAINER= gj@FreeBSD.org
COMMENT= VI Like Emacs. a vi "workalike", with many additional features
@@ -29,12 +31,12 @@ WITH_PERL=1
.endif
.if defined(WITH_PERL)
-CONFIGURE_ARGS+= --with-perl
+CONFIGURE_ARGS+= --with-perl
PLIST= ${PKGDIR}/pkg-plist.perl
.endif
.if defined(WITH_FILTERS)
-CONFIGURE_ARGS+= --with-loadable-filters
+CONFIGURE_ARGS+= --with-loadable-filters
PLIST= ${PKGDIR}/pkg-plist.filt
.endif