aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-09-26 22:59:55 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-09-26 23:00:03 +0000
commitc7d30816dcc299ba0bff05b1b9be317d7e175279 (patch)
tree45a161dfdc7d27bad6f69e471ea291c258d5732d
parent86c3a9dc51ec487a6bc3a3c0ba428f44a6d00a6f (diff)
downloadports-c7d30816dcc299ba0bff05b1b9be317d7e175279.tar.gz
ports-c7d30816dcc299ba0bff05b1b9be317d7e175279.zip
devel/libsigc++30: Remove INSTALL_TARGET as it's not used
PR: 252333
-rw-r--r--devel/libsigc++30/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/libsigc++30/Makefile b/devel/libsigc++30/Makefile
index 3a6974455efd..16133a05885b 100644
--- a/devel/libsigc++30/Makefile
+++ b/devel/libsigc++30/Makefile
@@ -16,8 +16,6 @@ USE_LDCONFIG= yes
MESON_ARGS= -Dbuild-documentation=false \
-Dbuild-examples=false
-INSTALL_TARGET= install-strip
-
PLIST_SUB= API_VERSION="3.0"
.include <bsd.port.mk>