Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2021 23:00:18 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c7d30816dcc2 - main - devel/libsigc++30: Remove INSTALL_TARGET as it's not used
Message-ID:  <202109262300.18QN0Irt076064@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7d30816dcc299ba0bff05b1b9be317d7e175279

commit c7d30816dcc299ba0bff05b1b9be317d7e175279
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-09-26 22:59:55 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-09-26 23:00:03 +0000

    devel/libsigc++30: Remove INSTALL_TARGET as it's not used
    
    PR:     252333
---
 devel/libsigc++30/Makefile | 2 --
 1 file changed, 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>



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