diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-08-23 06:34:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-08-23 06:34:55 +0000 |
commit | ab79508aabbfcfe38b47f97f97787647b4386420 (patch) | |
tree | b73e60f5f00d0ca0d57aaf16ea3bafa42f9d7cf4 /archivers/unzip | |
parent | 741ddf72fee30115292040c28f4c61590071180e (diff) | |
download | ports-ab79508aabbfcfe38b47f97f97787647b4386420.tar.gz ports-ab79508aabbfcfe38b47f97f97787647b4386420.zip |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 4006d970e468..9c27a1aa118a 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -52,10 +52,10 @@ pre-build: do-install: .for file in funzip unzip unzipsfx - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor - ${LN} -sf unzip ${TARGETDIR}/bin/zipinfo - ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${TARGETDIR}/bin + ${LN} -sf unzip ${PREFIX}/bin/zipinfo + ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${PREFIX}/bin .for f in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${f} ${MAN1PREFIX}/man/man1 .endfor |