Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 20:55:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391957 - head/net-im/kopete-kde4
Message-ID:  <201507132055.t6DKtXHj068653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul 13 20:55:33 2015
New Revision: 391957
URL: https://svnweb.freebsd.org/changeset/ports/391957

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

Modified:
  head/net-im/kopete-kde4/Makefile

Modified: head/net-im/kopete-kde4/Makefile
==============================================================================
--- head/net-im/kopete-kde4/Makefile	Mon Jul 13 20:55:29 2015	(r391956)
+++ head/net-im/kopete-kde4/Makefile	Mon Jul 13 20:55:33 2015	(r391957)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kopete
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -30,8 +30,9 @@ USE_SQLITE=	yes
 USE_XORG=	x11 xdamage xext xscrnsaver xtst
 USE_LDCONFIG=	yes
 
-SHEBANG_FILES=	${WRKSRC}/protocols/winpopup/winpopup-install \
-		${WRKSRC}/protocols/winpopup/winpopup-send
+SHEBANG_FILES=	protocols/winpopup/winpopup-install \
+		protocols/winpopup/winpopup-send \
+		kopete/kconf_update/*.pl
 
 WEBPLUGIN_NAME=	# empty
 WEBPLUGIN_FILES=	skypebuttons.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507132055.t6DKtXHj068653>