diff options
author | danfe <danfe@FreeBSD.org> | 2015-04-12 23:55:13 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-04-12 23:55:13 +0800 |
commit | 175b966b5dd25fb8991a508404bdc7237dcd1d70 (patch) | |
tree | c17cbbc877d04a880356b7d8340d5916cee22b4d /archivers | |
parent | e9a8de38e04a63c6486628f6c8c2df2669387822 (diff) | |
download | freebsd-ports-gnome-175b966b5dd25fb8991a508404bdc7237dcd1d70.tar.gz freebsd-ports-gnome-175b966b5dd25fb8991a508404bdc7237dcd1d70.tar.zst freebsd-ports-gnome-175b966b5dd25fb8991a508404bdc7237dcd1d70.zip |
- Unbreak: it fetches fine now from Ken Silverman's page, there was
probably some transient error; nonetheless, provide fallback mastersite
- Set MAKEFILE variable and thus kill trivial `pre-build' target
- Unmute installation command in `do-install', rephrase COMMENT text
- Transfer maintainership to the submitter
- Remove bogus header from port description text while here
PR: 199315
Submitted by: Chris Hutchinson
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zipmix/Makefile | 15 | ||||
-rw-r--r-- | archivers/zipmix/pkg-descr | 2 |
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. |