aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 11:42:17 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 11:42:17 +0000
commite1858b091ab4227f93af50f79cf64e3b810beeec (patch)
treed1b3197eb4a03745a904b1c7c8cf7bd744e6d0f5 /biology
parent684d78ae779a76b552a5c43d3f636c6f3ea3dc11 (diff)
downloadports-e1858b091ab4227f93af50f79cf64e3b810beeec.tar.gz
ports-e1858b091ab4227f93af50f79cf64e3b810beeec.zip
Notes
Diffstat (limited to 'biology')
-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>