diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-11 23:15:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-11 23:15:30 +0800 |
commit | 85ff25871a5dc156d6ac2c79834867f8639f7093 (patch) | |
tree | 4ddc775af99ec1c3d9f14d16761ee4c4a0b517e9 /editors/vile/Makefile | |
parent | aa3018fc6524b2f2a792a6060e0e1a719144f850 (diff) | |
download | freebsd-ports-gnome-85ff25871a5dc156d6ac2c79834867f8639f7093.tar.gz freebsd-ports-gnome-85ff25871a5dc156d6ac2c79834867f8639f7093.tar.zst freebsd-ports-gnome-85ff25871a5dc156d6ac2c79834867f8639f7093.zip |
- Update to 9.8.k
- Fix build on -current
- Support shebangfix
PR: 179595
Submitted by: oorts fury
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 7 |
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 |