1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

devel/global: Fix shebang lines and ctags path

- Remove OPTIONS_DEFINE=DOCS
- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2023-09-04 17:04:28 +08:00
parent 4b84d3480c
commit f2536a4ffb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 4 additions and 9 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= global
PORTVERSION= 6.6.10
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
@ -12,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool ncurses perl5 shebangfix
CONFIGURE_ARGS= --with-exuberant-ctags=${LOCALBASE}/bin/exctags \
--with-python-interpreter=${LOCALBASE}/bin/python${PYTHON_DEFAULT} \
--with-universal-ctags=${LOCALBASE}/bin/uctags
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
@ -23,6 +27,4 @@ CPE_VENDOR= gnu
SHEBANG_GLOB= *.pl
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -1,7 +0,0 @@
--- plugin-factory/pygments_parser.py.in.orig 2021-07-01 04:06:35 UTC
+++ plugin-factory/pygments_parser.py.in
@@ -1,4 +1,3 @@
-#!@PYTHON@
#
# Copyright (c) 2014
# Yoshitaro Makise