diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-08 21:13:50 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-08 21:13:50 +0800 |
commit | a8dc28e3930c1d45105864aff01910d4be9908ca (patch) | |
tree | f5a7e5d914361e8e74f2abab230b9840b4399a7c /editors | |
parent | 5ab12fd9517004f2dbd5adebbf78269af54cffa4 (diff) | |
download | freebsd-ports-gnome-a8dc28e3930c1d45105864aff01910d4be9908ca.tar.gz freebsd-ports-gnome-a8dc28e3930c1d45105864aff01910d4be9908ca.tar.zst freebsd-ports-gnome-a8dc28e3930c1d45105864aff01910d4be9908ca.zip |
Do not set SHEBANG_FILES twice
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 2fce70966bdb..16843cf0ed1d 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -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 |