aboutsummaryrefslogtreecommitdiffstats
path: root/biology/seqan
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-06-01 19:42:17 +0800
committerohauer <ohauer@FreeBSD.org>2014-06-01 19:42:17 +0800
commit3155509cf23e7e18a334099e889a76a68dd5e83a (patch)
treed1b3197eb4a03745a904b1c7c8cf7bd744e6d0f5 /biology/seqan
parent708484b121566fe6b3ea4905fa9d32c3546987af (diff)
downloadfreebsd-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/Makefile6
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>