svn commit: r489680 - in head: editors/gedit net-im/telepathy-gabble

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 13:13:51 UTC 2019


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>
 


More information about the svn-ports-head mailing list