Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 16:01:39 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337027 - in branches/2014Q1/biology/clustalw: . files
Message-ID:  <201312201601.rBKG1dvK023781@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201601.rBKG1dvK023781>