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:
parent
4b84d3480c
commit
f2536a4ffb
@ -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>
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user