aboutsummaryrefslogtreecommitdiff
path: root/biology/fastp
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2019-05-04 02:07:07 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2019-05-04 02:07:07 +0000
commit2c99faaf3ff843c7b61177e3a163cba8dc013208 (patch)
tree02caa0ffe634e222a6945d9083e3ecc0fec7777f /biology/fastp
parentaec2dd45e6ebf8b62238fde074c0a03e7d907335 (diff)
downloadports-2c99faaf3ff843c7b61177e3a163cba8dc013208.tar.gz
ports-2c99faaf3ff843c7b61177e3a163cba8dc013208.zip
biology/fastp: Respect WITH_DEBUG - do not strip binary
Notes
Notes: svn path=/head/; revision=500770
Diffstat (limited to 'biology/fastp')
-rw-r--r--biology/fastp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/fastp/Makefile b/biology/fastp/Makefile
index e2a5f4818572..41714fa16461 100644
--- a/biology/fastp/Makefile
+++ b/biology/fastp/Makefile
@@ -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>
@@ -27,4 +26,7 @@ PLIST_FILES= bin/fastp
USE_GCC= yes
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fastp
+
.include <bsd.port.post.mk>