diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 19:42:17 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 19:42:17 +0800 |
commit | 3155509cf23e7e18a334099e889a76a68dd5e83a (patch) | |
tree | d1b3197eb4a03745a904b1c7c8cf7bd744e6d0f5 /biology/seqan | |
parent | 708484b121566fe6b3ea4905fa9d32c3546987af (diff) | |
download | freebsd-ports-gnome-3155509cf23e7e18a334099e889a76a68dd5e83a.tar.gz freebsd-ports-gnome-3155509cf23e7e18a334099e889a76a68dd5e83a.tar.zst freebsd-ports-gnome-3155509cf23e7e18a334099e889a76a68dd5e83a.zip |
- add stage support
- adjust BSDn license
Diffstat (limited to 'biology/seqan')
-rw-r--r-- | biology/seqan/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/biology/seqan/Makefile b/biology/seqan/Makefile index 279abeec05ae..01cea2edb751 100644 --- a/biology/seqan/Makefile +++ b/biology/seqan/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://ftp.seqan.de/releases/ MAINTAINER= h2+fbsdports@fsfe.org COMMENT= C++ Sequence Analysis Library -LICENSE= BSD GPLv3 +LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= multi LICENSE_FILE_BSD=${WRKSRC}/seqan/LICENSE @@ -24,7 +24,6 @@ MAKE_JOB_SAFE= yes SUB_FILES= pkg-message PKG_MESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 @@ -38,7 +37,4 @@ post-patch: @${REINPLACE_CMD} -e 's|expl|exp|g' ${WRKSRC}/apps/snp_store/snp_store.h @${REINPLACE_CMD} -e 's|logl|log|g' ${WRKSRC}/apps/snp_store/snp_store.h -post-install: - @${CAT} ${PKG_MESSAGE} - .include <bsd.port.post.mk> |