- Update MASTER_SITES and WWW link

- Add LICENSE (GPL 2)

PR:		ports/172054
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Frederic Culot 2012-09-26 11:16:56 +00:00
parent c60658e046
commit 0e892d06c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304897
2 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,10 @@
# New ports collection makefile for: find-zlib
# Date created: 2002-05-08
# Whom: trevor
#
# Created by: trevor
# $FreeBSD$
#
PORTNAME= find_zlib
PORTVERSION= 1.9
CATEGORIES= security
MASTER_SITES= http://www.gzip.org/zlib/
MASTER_SITES= http://zlib.net/
DISTNAME= find-zlib
EXTRACT_SUFX=
EXTRACT_ONLY=
@ -16,10 +12,14 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Scans files for statically linked zlib (libz) code
PLIST_FILES= bin/find-zlib
LICENSE= GPLv2
NO_BUILD= none
USE_PERL5_RUN= yes
PLIST_FILES= bin/find-zlib
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin

View File

@ -2,4 +2,4 @@ This is a script to scan files for statically linked zlib (libz)
code. Programs which contain such code may be affected by the
double free() security bug.
WWW: http://www.gzip.org/zlib/
WWW: http://zlib.net/