Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 13:13:50 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489680 - in head: editors/gedit net-im/telepathy-gabble
Message-ID:  <201901081313.x08DDoxY075369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jan  8 13:13:50 2019
New Revision: 489680
URL: https://svnweb.freebsd.org/changeset/ports/489680

Log:
  Do not set SHEBANG_FILES twice

Modified:
  head/editors/gedit/Makefile
  head/net-im/telepathy-gabble/Makefile

Modified: head/editors/gedit/Makefile
==============================================================================
--- head/editors/gedit/Makefile	Tue Jan  8 13:08:13 2019	(r489679)
+++ head/editors/gedit/Makefile	Tue Jan  8 13:13:50 2019	(r489680)
@@ -43,7 +43,6 @@ CPPFLAGS+=	-Wno-error=format-nonliteral
 CFLAGS+=	-Wno-error=format-nonliteral
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-SHEBANG_FILES=	plugins/externaltools/data/send-to-fpaste.tool.in
 PLIST_SUB=	VERSION="3.14"
 INSTALL_TARGET=	install-strip
 

Modified: head/net-im/telepathy-gabble/Makefile
==============================================================================
--- head/net-im/telepathy-gabble/Makefile	Tue Jan  8 13:08:13 2019	(r489679)
+++ head/net-im/telepathy-gabble/Makefile	Tue Jan  8 13:13:50 2019	(r489680)
@@ -36,7 +36,6 @@ INSTALL_TARGET=	install-strip
 SHEBANG_FILES=	plugins/telepathy-gabble-xmpp-console
 
 PLIST_SUB=	PVERSION=${PORTVERSION}
-SHEBANG_FILES=	plugins/telepathy-gabble-xmpp-console
 
 .include <bsd.port.pre.mk>
 



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