svn commit: r393115 - head/games/wesnoth

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:35:03 UTC 2015


Author: amdmi3
Date: Tue Jul 28 21:35:02 2015
New Revision: 393115
URL: https://svnweb.freebsd.org/changeset/ports/393115

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/games/wesnoth/Makefile

Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile	Tue Jul 28 21:34:20 2015	(r393114)
+++ head/games/wesnoth/Makefile	Tue Jul 28 21:35:02 2015	(r393115)
@@ -3,6 +3,7 @@
 PORTNAME=	wesnoth
 PORTVERSION=	1.12.4
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
 		http://files.wesnoth.org/ \
@@ -24,7 +25,11 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lboost_sys
 
 USE_SDL=	image mixer net ttf
 USE_GNOME=	pango
-USES=		cmake cpe pkgconfig tar:bzip2
+USES=		cmake cpe pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES=	data/tools/campaign2wiki.py \
+		data/tools/castle-cutter/mk-castle.sh \
+		data/tools/terrain2wiki.py \
+		data/tools/unit_tree/update-wmlunits
 CPE_VENDOR=	${PORTNAME}
 CPE_PRODUCT=	battle_for_wesnoth
 CMAKE_ARGS=	-DMANDIR="man" -DENABLE_STRICT_COMPILATION=off


More information about the svn-ports-head mailing list