summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-26 22:57:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-26 22:57:28 +0000
commit6b35e42570b252fbe5d6ee914c8a599867f8db14 (patch)
tree05bb1a0671c6eb33c670e3515ebcba7a7c0ab1f7 /archivers/unzip
parentportlint (variable ordering) (diff)
portlint (DISTFILES -> DISTNAME,EXTRACT_SUFX; silence possible errors from
@unexec)
Notes
Notes: svn path=/head/; revision=92260
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile2
-rw-r--r--archivers/unzip/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index a59dcafafe17..7f713138906e 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 2
CATEGORIES?= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \
${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,}
-DISTFILES= ${PORTNAME}550.tar.gz
+DISTNAME= ${PORTNAME}550
MAINTAINER?= ache@FreeBSD.org
COMMENT?= List, test and extract compressed files in a ZIP archive
diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist
index ebe0cf8b981e..74294d668a30 100644
--- a/archivers/unzip/pkg-plist
+++ b/archivers/unzip/pkg-plist
@@ -1,6 +1,6 @@
bin/unzip
@exec ln -sf %f %B/zipinfo
-@unexec rm %D/bin/zipinfo
+@unexec rm %D/bin/zipinfo 2>&1 >/dev/null || true
bin/funzip
bin/unzipsfx
bin/zipgrep