svn commit: r396927 - head/deskutils/recoll

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 19:06:52 UTC 2015


Author: amdmi3
Date: Mon Sep 14 19:06:51 2015
New Revision: 396927
URL: https://svnweb.freebsd.org/changeset/ports/396927

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/recoll/Makefile

Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile	Mon Sep 14 18:52:17 2015	(r396926)
+++ head/deskutils/recoll/Makefile	Mon Sep 14 19:06:51 2015	(r396927)
@@ -3,6 +3,7 @@
 
 PORTNAME=	recoll
 PORTVERSION=	1.21.0
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.lesbonscomptes.com/${PORTNAME}/
 
@@ -21,7 +22,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		unrtf:${PORTSDIR}/textproc/unrtf
 
 USES=		bison gmake iconv shebangfix
-SHEBANG_FILES=	filters/rclimg desktop/hotrecoll.py
+SHEBANG_FILES=	filters/rclimg filters/rclpdf desktop/hotrecoll.py
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-pic
 


More information about the svn-ports-all mailing list