aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-01-16 01:30:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-01-16 01:30:59 +0000
commitdac13a81728c8546ceddc62c0f24792812f23923 (patch)
tree38acb696fc0fcdc8d2d62cecefde99b0f37e577c /archivers
parent96b2fcceaf541a9446473269ffaa362c447fe10a (diff)
downloadports-dac13a81728c8546ceddc62c0f24792812f23923.tar.gz
ports-dac13a81728c8546ceddc62c0f24792812f23923.zip
Fix plist construction and silence portlint
PR: 61366 Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes: svn path=/head/; revision=98258
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile8
-rw-r--r--archivers/unzip/pkg-plist3
2 files changed, 5 insertions, 6 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 7f713138906e..7643dde6ff23 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -54,13 +54,13 @@ do-install:
.endfor
${LN} -sf unzip ${PREFIX}/bin/zipinfo
${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${PREFIX}/bin
-.for file in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/man/${file} ${PREFIX}/man/man1
+.for f in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/man/${f} ${PREFIX}/man/man1
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/unzip
-.for file in README WHERE
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/unzip
+.for f in README WHERE
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/unzip
.endfor
.endif
diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist
index 74294d668a30..361a85c00001 100644
--- a/archivers/unzip/pkg-plist
+++ b/archivers/unzip/pkg-plist
@@ -1,9 +1,8 @@
bin/unzip
-@exec ln -sf %f %B/zipinfo
-@unexec rm %D/bin/zipinfo 2>&1 >/dev/null || true
bin/funzip
bin/unzipsfx
bin/zipgrep
+bin/zipinfo
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/WHERE
%%PORTDOCS%%@dirrm %%DOCSDIR%%