diff options
Diffstat (limited to 'textproc/agrep/Makefile')
-rw-r--r-- | textproc/agrep/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile index f494edc5ab87..99babec38f4d 100644 --- a/textproc/agrep/Makefile +++ b/textproc/agrep/Makefile @@ -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 |