diff options
author | beech <beech@FreeBSD.org> | 2012-12-16 12:17:53 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-16 12:17:53 +0800 |
commit | d1fc4035a8a54f5169d1f2a0b7aa3d3344ba29bf (patch) | |
tree | 63ff18d2d7f41269aa6d213af4192035f698fdd0 /archivers/zip | |
parent | 916a669917ac87969f63bfbfe3a0a4281a288c2f (diff) | |
download | freebsd-ports-gnome-d1fc4035a8a54f5169d1f2a0b7aa3d3344ba29bf.tar.gz freebsd-ports-gnome-d1fc4035a8a54f5169d1f2a0b7aa3d3344ba29bf.tar.zst freebsd-ports-gnome-d1fc4035a8a54f5169d1f2a0b7aa3d3344ba29bf.zip |
- Pass maintainership to submitter
- Mirror distfile
PR: ports/174442
Submitted by: "A.J. 'Fonz' van Werven" <fonz@skysmurf.nl>
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 75694f1fb306..e6f0bbfc4594 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -8,10 +8,11 @@ PORTNAME= zip PORTVERSION= 3.0 CATEGORIES= archivers -MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} +MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \ + ftp://ftp.skysmurf.nl/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Create/update ZIP files compatible with PKZIP MAKEFILE= unix/Makefile |