pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libxtend: Use install-strip target



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon May 17 09:47:15 2021 -0500
Changeset:	1eaa7f8f2b2c66aa0d35713289300434d86ee412

Modified Files:
	libxtend/Makefile

Log Message:
libxtend: Use install-strip target

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1eaa7f8f2b2c66aa0d35713289300434d86ee412

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxtend/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index d65fbe5274..c816b4bd0e 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -23,6 +23,8 @@ USE_TOOLS=	gmake
 BUILD_DEPENDS=	realpath>0:../../wip/realpath
 BUILD_TARGET=	apple
 INSTALL_TARGET=	apple-install
+.else
+INSTALL_TARGET=	install-strip
 .endif
 
 pre-build:


Home | Main Index | Thread Index | Old Index