1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Do not set SHEBANG_FILES twice

This commit is contained in:
Tobias Kortkamp 2019-01-08 13:13:50 +00:00
parent 299c527a2a
commit 5422d2a79c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489680
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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>