pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fastp: Clean up, respect INSTALL_UNSTRIPPED
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri May 3 16:58:07 2019 -0500
Changeset: 383375894547ae2bfef2b7b70ef0f2a32691c4e7
Modified Files:
fastp/Makefile
Log Message:
fastp: Clean up, respect INSTALL_UNSTRIPPED
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=383375894547ae2bfef2b7b70ef0f2a32691c4e7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fastp/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/fastp/Makefile b/fastp/Makefile
index 2d41ef3aba..5397e2a344 100644
--- a/fastp/Makefile
+++ b/fastp/Makefile
@@ -3,7 +3,6 @@
DISTNAME= fastp-0.20.0
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenGene/}
-GITHUB_PROJECT= fastp
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= bacon%NetBSD.org@localhost
@@ -15,7 +14,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake
BUILD_TARGET= fastp
PTHREAD_AUTO_VARS= yes
-INSTALL_TARGET= install-strip
+
+post-install:
+ ${STRIP} ${DESTDIR}${PREFIX}/bin/fastp
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index