svn commit: r337027 - in branches/2014Q1/biology/clustalw: . files
Mathieu Arnold
mat at FreeBSD.org
Fri Dec 20 16:01:39 UTC 2013
Author: mat
Date: Fri Dec 20 16:01:38 2013
New Revision: 337027
URL: http://svnweb.freebsd.org/changeset/ports/337027
Log:
MFH: r337026
- Fix build with clang/libc++.
- Support staging.
PR: 184974
Submitted by: tijl@
Approved by: portmgr (implicit)
Added:
branches/2014Q1/biology/clustalw/files/
- copied from r337026, head/biology/clustalw/files/
Modified:
branches/2014Q1/biology/clustalw/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/biology/clustalw/Makefile
==============================================================================
--- branches/2014Q1/biology/clustalw/Makefile Fri Dec 20 15:29:07 2013 (r337026)
+++ branches/2014Q1/biology/clustalw/Makefile Fri Dec 20 16:01:38 2013 (r337027)
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/so
MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= wen at FreeBSD.org
-COMMENT= A multiple alignment program for DNA or proteins
+COMMENT= Multiple alignment program for DNA or proteins
RESTRICTED= No commercial use.
@@ -20,8 +20,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/clustalw bin/clustalw2
-NO_STAGE= yes
post-install:
- ${LN} -sf clustalw2 ${PREFIX}/bin/clustalw
+ ${LN} -sf clustalw2 ${STAGEDIR}${PREFIX}/bin/clustalw
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list