svn commit: r512316 - head/textproc/agrep

Dirk Meyer dinoex at FreeBSD.org
Thu Sep 19 06:52:15 UTC 2019


Author: dinoex
Date: Thu Sep 19 06:52:14 2019
New Revision: 512316
URL: https://svnweb.freebsd.org/changeset/ports/512316

Log:
  - extend MASTER_SITES

Modified:
  head/textproc/agrep/Makefile

Modified: head/textproc/agrep/Makefile
==============================================================================
--- head/textproc/agrep/Makefile	Thu Sep 19 06:23:07 2019	(r512315)
+++ head/textproc/agrep/Makefile	Thu Sep 19 06:52:14 2019	(r512316)
@@ -5,16 +5,19 @@ 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 at 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}"


More information about the svn-ports-head mailing list