diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-12-16 04:17:53 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-12-16 04:17:53 +0000 |
commit | 15ea3698115e46e9468e91afdb0ea9109b2b9ee4 (patch) | |
tree | 63ff18d2d7f41269aa6d213af4192035f698fdd0 | |
parent | Hand maintainer over to new volunteer (diff) |
- Pass maintainership to submitter
- Mirror distfile
PR: ports/174442
Submitted by: "A.J. 'Fonz' van Werven" <fonz@skysmurf.nl>
Notes
Notes:
svn path=/head/; revision=308978
-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 |