svn commit: r356100 - head/biology/seqan

Olli Hauer ohauer at FreeBSD.org
Sun Jun 1 11:42:17 UTC 2014


Author: ohauer
Date: Sun Jun  1 11:42:17 2014
New Revision: 356100
URL: http://svnweb.freebsd.org/changeset/ports/356100
QAT: https://qat.redports.org/buildarchive/r356100/

Log:
  - add stage support
  - adjust BSDn license

Modified:
  head/biology/seqan/Makefile

Modified: head/biology/seqan/Makefile
==============================================================================
--- head/biology/seqan/Makefile	Sun Jun  1 11:33:57 2014	(r356099)
+++ head/biology/seqan/Makefile	Sun Jun  1 11:42:17 2014	(r356100)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://ftp.seqan.de/releas
 MAINTAINER=	h2+fbsdports at 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>


More information about the svn-ports-head mailing list