diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-16 11:32:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-16 11:32:43 +0000 |
commit | 92ff3f86fbeb4f88fb823ec375a8c1bae8f2c0da (patch) | |
tree | bafb50d6d88576e07563d7871374f2b30b140e73 /biology/fastdnaml | |
parent | f51d12e24c8025179daabb62943aeceb57dae3a0 (diff) | |
download | ports-92ff3f86fbeb4f88fb823ec375a8c1bae8f2c0da.tar.gz ports-92ff3f86fbeb4f88fb823ec375a8c1bae8f2c0da.zip |
Notes
Diffstat (limited to 'biology/fastdnaml')
-rw-r--r-- | biology/fastdnaml/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/biology/fastdnaml/Makefile b/biology/fastdnaml/Makefile index 4ed24a0d5de6..1d165af42414 100644 --- a/biology/fastdnaml/Makefile +++ b/biology/fastdnaml/Makefile @@ -20,16 +20,12 @@ PORTDOCS= fastDNAml_doc_1.2.txt fastDNAml_scripts.txt OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/fastDNAml ${PREFIX}/bin - @${MKDIR} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin/${PORTNAME} -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/fastDNAml ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |