svn commit: r356095 - head/biology/muscle

Olli Hauer ohauer at FreeBSD.org
Sun Jun 1 11:05:44 UTC 2014


Author: ohauer
Date: Sun Jun  1 11:05:43 2014
New Revision: 356095
URL: http://svnweb.freebsd.org/changeset/ports/356095
QAT: https://qat.redports.org/buildarchive/r356095/

Log:
  - add stage support

Modified:
  head/biology/muscle/Makefile

Modified: head/biology/muscle/Makefile
==============================================================================
--- head/biology/muscle/Makefile	Sun Jun  1 10:57:41 2014	(r356094)
+++ head/biology/muscle/Makefile	Sun Jun  1 11:05:43 2014	(r356095)
@@ -27,14 +27,11 @@ DOS2UNIX_FILES=	*.cpp
 
 PLIST_FILES=	bin/muscle
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/muscle ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/muscle ${STAGEDIR}${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
-	@${INSTALL_DATA} ${DISTDIR}/${file} ${DOCSDIR}
-.endfor
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${DISTDIR}/|} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list