summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2008-06-17 11:50:58 +0000
committerGary Jennejohn <gj@FreeBSD.org>2008-06-17 11:50:58 +0000
commita9a759ae9bc1bb36928ce5ce5a031c86ca059119 (patch)
tree7eb7d635a561882d4f8504bcfac0d61e86538a45 /editors/vile/Makefile
parent- Fix checking of database viruses at startup script that i broke on last (diff)
Update to version 9.7.
While I'm here, fix handling of the NOPORTSDOCS case.
Notes
Notes: svn path=/head/; revision=215002
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 18371e2994bd..96a4da5cf728 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -6,20 +6,15 @@
#
PORTNAME= vile
-PORTVERSION= 9.6e
+PORTVERSION= 9.7
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/ \
ftp://invisible-island.net/vile/ \
ftp://ftp.phred.org/pub/vile/
-DISTNAME= vile-9.6
+DISTNAME= vile-9.7
EXTRACT_SUFX= .tgz
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
-PATCHFILES= vile-9.6a.patch.gz \
- vile-9.6b.patch.gz \
- vile-9.6c.patch.gz \
- vile-9.6d.patch.gz \
- vile-9.6e.patch.gz
MAINTAINER= gj@FreeBSD.org
COMMENT= VI Like Emacs. a vi "workalike", with many additional features
@@ -57,15 +52,15 @@ PLIST= ${PKGDIR}/pkg-plist.perl+filt
.endif
pre-configure:
-.if ! defined(WITH_ICONV)
+.if !defined(WITH_ICONV)
@${ECHO_MSG} "Choose the option ICONV if you want to make a vile which includes"
@${ECHO_MSG} "ICONV functionality"
.endif
-.if ! defined(WITH_PERL)
+.if !defined(WITH_PERL)
@${ECHO_MSG} "Choose the option PERL if you want to make a vile which includes"
@${ECHO_MSG} "PERL functionality"
.endif
-.if ! defined(WITH_FILTERS)
+.if !defined(WITH_FILTERS)
@${ECHO_MSG} "Choose the option FILTERS if you want to make a vile which will"
@${ECHO_MSG} "dynamically load filters as needed."
.endif