From dbb010ca51fce9f0facb50f234aebc425f92a47a Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 19 Sep 2019 06:52:14 +0000 Subject: [PATCH] - extend MASTER_SITES --- textproc/agrep/Makefile | 11 +++++++---- 1 file 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