svn commit: r392063 - head/comms/xastir

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:49:23 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:49:22 2015
New Revision: 392063
URL: https://svnweb.freebsd.org/changeset/ports/392063

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

Modified:
  head/comms/xastir/Makefile

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Tue Jul 14 19:49:17 2015	(r392062)
+++ head/comms/xastir/Makefile	Tue Jul 14 19:49:22 2015	(r392063)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xastir
 PORTVERSION=	2.0.6
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
 
@@ -15,7 +16,9 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake jpeg motif
+USES=		gettext gmake jpeg motif shebangfix
+SHEBANG_FILES=	scripts/*.pl scripts/get-maptools.sh \
+		scripts/gpx2shape scripts/values.pl.in
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-head mailing list