aboutsummaryrefslogtreecommitdiff
path: root/archivers/zipmix
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-04-12 15:55:13 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-04-12 15:55:13 +0000
commit6eeddf29a0e715ddd3f10b6d4c48f885fe7bb4a9 (patch)
treec17cbbc877d04a880356b7d8340d5916cee22b4d /archivers/zipmix
parent4ae0153c7aee638a7b41690dbfb15b408bda6dce (diff)
downloadports-6eeddf29a0e715ddd3f10b6d4c48f885fe7bb4a9.tar.gz
ports-6eeddf29a0e715ddd3f10b6d4c48f885fe7bb4a9.zip
Notes
Diffstat (limited to 'archivers/zipmix')
-rw-r--r--archivers/zipmix/Makefile15
-rw-r--r--archivers/zipmix/pkg-descr2
2 files changed, 6 insertions, 11 deletions
diff --git a/archivers/zipmix/Makefile b/archivers/zipmix/Makefile
index 1cb4a547a737..8d2f8e70dcb3 100644
--- a/archivers/zipmix/Makefile
+++ b/archivers/zipmix/Makefile
@@ -4,23 +4,20 @@
PORTNAME= zipmix
DISTVERSION= 20070221
CATEGORIES= archivers
-MASTER_SITES= http://www.advsys.net/ken/util/
+MASTER_SITES= http://www.advsys.net/ken/util/ \
+ http://BSDforge.com/projects/source/archivers/zipmix/
DISTNAME= ${PORTNAME}_src
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files
-
-BROKEN= Checksum and size mismatch
+MAINTAINER= portmaster@BSDforge.com
+COMMENT= Produce .ZIP file from two other ones with the best compressed files
USES= dos2unix zip
+MAKEFILE= ${FILESDIR}/Makefile
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
-pre-build:
- @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
-
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/archivers/zipmix/pkg-descr b/archivers/zipmix/pkg-descr
index cc7bab0d6f50..5650ec1830a8 100644
--- a/archivers/zipmix/pkg-descr
+++ b/archivers/zipmix/pkg-descr
@@ -1,5 +1,3 @@
-[ excerpt from developer's web site with modifications ]
-
Sometimes, when you run 2 different .ZIP programs on the same data
(PKZIP & KZIP for example), some files get compressed better in one
program, while other files get compressed better in the other.