summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-07-11 15:15:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-07-11 15:15:30 +0000
commit5c1da3c87c7462648f1f24e44ba28852433bd183 (patch)
tree4ddc775af99ec1c3d9f14d16761ee4c4a0b517e9 /editors/vile/Makefile
parent- Update to 2.7.2 (diff)
- Update to 9.8.k
- Fix build on -current - Support shebangfix PR: 179595 Submitted by: oorts fury
Notes
Notes: svn path=/head/; revision=322770
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index f6e60062eac0..0a6b9940c7fb 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vile
-PORTVERSION= 9.8j
+PORTVERSION= 9.8k
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/current/ \
ftp://invisible-island.net/vile/current/
@@ -19,7 +19,8 @@ LICENSE= GPLv2
OPTIONS_DEFINE= FILTERS ICONV PERL DOCS
FILTERS_DESC= Loadable filters
-USES= pkgconfig
+USES= pkgconfig shebangfix
+SHEBANG_FILES= perl/vileget
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAKE_JOBS_SAFE= yes
@@ -58,7 +59,7 @@ post-patch:
@${REINPLACE_CMD} -e \
's|^DOCDIR|#DOCDIR|' ${WRKSRC}/makefile.in
@${REINPLACE_CMD} -e \
- 's|^#!.*|#!${PERL}|' ${WRKSRC}/perl/vileget
+ 's|defined(FLEX_BETA)|0|' ${WRKSRC}/filters/filters.h
post-install:
@${MKDIR} ${DATADIR}/macros