diff options
| -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 | 
