svn commit: r500770 - head/biology/fastp
Jason W. Bacon
jwb at FreeBSD.org
Sat May 4 02:07:08 UTC 2019
Author: jwb
Date: Sat May 4 02:07:07 2019
New Revision: 500770
URL: https://svnweb.freebsd.org/changeset/ports/500770
Log:
biology/fastp: Respect WITH_DEBUG - do not strip binary
Modified:
head/biology/fastp/Makefile
Modified: head/biology/fastp/Makefile
==============================================================================
--- head/biology/fastp/Makefile Sat May 4 01:19:26 2019 (r500769)
+++ head/biology/fastp/Makefile Sat May 4 02:07:07 2019 (r500770)
@@ -17,7 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= OpenGene
ALL_TARGET= fastp
-INSTALL_TARGET= install-strip
PLIST_FILES= bin/fastp
.include <bsd.port.pre.mk>
@@ -26,5 +25,8 @@ PLIST_FILES= bin/fastp
.if ${CHOSEN_COMPILER_TYPE} == gcc
USE_GCC= yes
.endif
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fastp
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list