aboutsummaryrefslogtreecommitdiff
path: root/misc/umodunpack
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit065c026fe5e21a269bbaae0ce69307c7308acbea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /misc/umodunpack
parent6d6314e20da82ad66b7b278eee92373caa9ab746 (diff)
downloadports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz
ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip
Notes
Diffstat (limited to 'misc/umodunpack')
-rw-r--r--misc/umodunpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/umodunpack/Makefile b/misc/umodunpack/Makefile
index 7dc633cda45a..387569c82a4e 100644
--- a/misc/umodunpack/Makefile
+++ b/misc/umodunpack/Makefile
@@ -21,9 +21,9 @@ NO_BUILD= yes
PLIST_FILES= bin/${DISTNAME}
post-extract:
- ${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}
+ ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${DISTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>