diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-05 17:39:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-05 17:39:10 +0000 |
commit | ed14e90fb8738d684028ac5bc717347ef55d32aa (patch) | |
tree | c6b35695f97af390d92c45e44a6c8b14a95848df /sysutils/dd_rescue | |
parent | dccbe9a936c6e164d990111717de9d190f7f15dd (diff) | |
download | ports-ed14e90fb8738d684028ac5bc717347ef55d32aa.tar.gz ports-ed14e90fb8738d684028ac5bc717347ef55d32aa.zip |
Notes
Diffstat (limited to 'sysutils/dd_rescue')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 3d6e1e87a4bc..fcbc48e2adef 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -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> |