pkgsrc-WIP-changes archive

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

filevercmp: strip executable



Module Name:	pkgsrc-wip
Committed By:	Winston Weinert <winston%ml1.net@localhost>
Pushed By:	winston
Date:		Thu Mar 29 21:03:04 2018 -0500
Changeset:	ab2f1c84df08e8ab6008b001c5395e20af7f4b2a

Modified Files:
	filevercmp/Makefile

Log Message:
filevercmp: strip executable

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

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

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

diffs:
diff --git a/filevercmp/Makefile b/filevercmp/Makefile
index 497bf252db..f4e38512a6 100644
--- a/filevercmp/Makefile
+++ b/filevercmp/Makefile
@@ -14,6 +14,8 @@ HOMEPAGE=	https://github.com/ekg/filevercmp
 COMMENT=	Filevercmp function as in sort --version-sort
 LICENSE=	gnu-gpl-v3
 
+INSTALL_TARGET=	install-strip
+
 pre-configure:
 	${CP} ${FILESDIR}/Makefile ${WRKSRC}
 


Home | Main Index | Thread Index | Old Index