svn commit: r350253 - head/sysutils/dd_rescue

Antoine Brodin antoine at FreeBSD.org
Sat Apr 5 17:39:11 UTC 2014


Author: antoine
Date: Sat Apr  5 17:39:10 2014
New Revision: 350253
URL: http://svnweb.freebsd.org/changeset/ports/350253
QAT: https://qat.redports.org/buildarchive/r350253/

Log:
  Fix
  
  With hat:	portmgr

Modified:
  head/sysutils/dd_rescue/Makefile

Modified: head/sysutils/dd_rescue/Makefile
==============================================================================
--- head/sysutils/dd_rescue/Makefile	Sat Apr  5 17:34:10 2014	(r350252)
+++ head/sysutils/dd_rescue/Makefile	Sat Apr  5 17:39:10 2014	(r350253)
@@ -25,6 +25,6 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA}	${WRKSRC}/README.dd_rescue ${STAGEDIR}${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA}	${WRKSRC}/README.dd_rescue ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list