svn commit: r388947 - head/www/swish-e

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 9 16:37:37 UTC 2015


Author: amdmi3
Date: Tue Jun  9 16:37:36 2015
New Revision: 388947
URL: https://svnweb.freebsd.org/changeset/ports/388947

Log:
  - Fix shebangs
  
  MFH:		2015Q2

Modified:
  head/www/swish-e/Makefile

Modified: head/www/swish-e/Makefile
==============================================================================
--- head/www/swish-e/Makefile	Tue Jun  9 16:37:35 2015	(r388946)
+++ head/www/swish-e/Makefile	Tue Jun  9 16:37:36 2015	(r388947)
@@ -3,7 +3,7 @@
 
 PORTNAME=	swish-e
 PORTVERSION=	2.4.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www textproc
 MASTER_SITES=	http://swish-e.org/distribution/
 
@@ -12,7 +12,8 @@ COMMENT=	Simple web indexing for humans 
 
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
-USES=		gmake libtool perl5
+USES=		gmake libtool perl5 shebangfix
+SHEBANG_FILES=	src/swishspider
 GNU_CONFIGURE=	yes
 MAKE_ARGS+=	pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
                 pkgdatadir="${DATADIR}"


More information about the svn-ports-head mailing list