Skip to content

Commit

Permalink
devel/global: Fix shebang lines and ctags path
Browse files Browse the repository at this point in the history
- Remove OPTIONS_DEFINE=DOCS
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Sep 4, 2023
1 parent 4b84d34 commit f2536a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 4 additions & 2 deletions devel/global/Makefile
@@ -1,5 +1,6 @@
PORTNAME= global
PORTVERSION= 6.6.10
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU

Expand All @@ -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
Expand All @@ -23,6 +27,4 @@ CPE_VENDOR= gnu

SHEBANG_GLOB= *.pl

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>
7 changes: 0 additions & 7 deletions devel/global/files/patch-plugin-factory-pygments_parser.py.in

This file was deleted.

0 comments on commit f2536a4

Please sign in to comment.