aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-16 19:32:43 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-16 19:32:43 +0800
commitf72009090efa07e4e44793d74a2817dd4be5c93d (patch)
treebafb50d6d88576e07563d7871374f2b30b140e73
parentf2647c918833bdafff5ebfafc4fc83311394dcfd (diff)
downloadfreebsd-ports-gnome-f72009090efa07e4e44793d74a2817dd4be5c93d.tar.gz
freebsd-ports-gnome-f72009090efa07e4e44793d74a2817dd4be5c93d.tar.zst
freebsd-ports-gnome-f72009090efa07e4e44793d74a2817dd4be5c93d.zip
Support staging
-rw-r--r--biology/fastdnaml/Makefile16
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>