- extend MASTER_SITES
This commit is contained in:
parent
6f2133b9ce
commit
dbb010ca51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512316
1 changed files with 7 additions and 4 deletions
|
@ -5,17 +5,20 @@ PORTNAME= agrep
|
|||
PORTVERSION= 2.04
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} agrep.ps.1.Z agrep.ps.2.Z
|
||||
MASTER_SITES= GENTOO \
|
||||
ftp://ftp.cs.arizona.edu/agrep/ \
|
||||
ftp://ftp.cs.arizona.edu/agrep/:doc
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
agrep.ps.1.Z:doc agrep.ps.2.Z:doc
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Approximate grep (fast approximate pattern-matching tool)
|
||||
|
||||
NO_CDROM= No redistribution for profit
|
||||
|
||||
USES= tar:Z
|
||||
|
||||
NO_CDROM= No redistribution for profit
|
||||
|
||||
ALL_TARGET=
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
PLIST_FILES= bin/agrep man/man1/agrep.1.gz
|
||||
|
|
Loading…
Reference in a new issue