aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 11:05:43 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 11:05:43 +0000
commite3fe4137a92a7613b3e50c04c0155e4fa4d3e873 (patch)
treed84ae87ffb9c77193c265f60683f952f5317867a /biology
parentb9b7d3a58ea5be97ce1b16213a2a4bcee3371dcd (diff)
downloadports-e3fe4137a92a7613b3e50c04c0155e4fa4d3e873.tar.gz
ports-e3fe4137a92a7613b3e50c04c0155e4fa4d3e873.zip
Notes
Diffstat (limited to 'biology')
-rw-r--r--biology/muscle/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/biology/muscle/Makefile b/biology/muscle/Makefile
index 436f3066a952..91f9a6eb20a4 100644
--- a/biology/muscle/Makefile
+++ b/biology/muscle/Makefile
@@ -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>