From 0ae2ecac8c72084d2f3f7688fdce08bdc785b0f8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 4 Apr 2014 18:26:45 +0000 Subject: Support stage --- sysutils/dd_rescue/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'sysutils/dd_rescue') diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 8d640921abe4..3d6e1e87a4bc 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -20,17 +20,11 @@ USE_AUTOTOOLS= autoconf autoheader WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default -NO_STAGE= yes - OPTIONS_DEFINE= DOCS -.include - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.dd_rescue ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.dd_rescue ${STAGEDIR}${STAGEDIR}${DOCSDIR} .include -- cgit v1.2.3