diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
commit | 065c026fe5e21a269bbaae0ce69307c7308acbea (patch) | |
tree | 9cbf2a263e7841be76898ae832e7bfb273d3fd08 /archivers/szip/Makefile | |
parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) | |
download | ports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip |
Notes
Diffstat (limited to 'archivers/szip/Makefile')
-rw-r--r-- | archivers/szip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 32adce3e71ad..2d9502946f24 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -28,8 +28,8 @@ post-patch: ${WRKSRC}/makefile do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/*.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |