svn commit: r350144 - head/sysutils/dd_rescue

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 4 18:26:46 UTC 2014


Author: bapt
Date: Fri Apr  4 18:26:45 2014
New Revision: 350144
URL: http://svnweb.freebsd.org/changeset/ports/350144
QAT: https://qat.redports.org/buildarchive/r350144/

Log:
  Support stage

Modified:
  head/sysutils/dd_rescue/Makefile

Modified: head/sysutils/dd_rescue/Makefile
==============================================================================
--- head/sysutils/dd_rescue/Makefile	Fri Apr  4 18:18:23 2014	(r350143)
+++ head/sysutils/dd_rescue/Makefile	Fri Apr  4 18:26:45 2014	(r350144)
@@ -20,17 +20,11 @@ USE_AUTOTOOLS=	autoconf autoheader
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	default
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 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 <bsd.port.mk>


More information about the svn-ports-head mailing list