From e436bc7ed63f5d183ddd785d5fadb46c089011aa Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Thu, 15 Jun 2006 04:31:05 +0000 Subject: [PATCH] - Correct the 'CONFLICTS' specification. - Add a local MASTER_SITE to keep portlint happy. --- textproc/sgrep/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/sgrep/Makefile b/textproc/sgrep/Makefile index 16036e9b8325..53392dcd037c 100644 --- a/textproc/sgrep/Makefile +++ b/textproc/sgrep/Makefile @@ -9,12 +9,14 @@ PORTNAME= sgrep PORTVERSION= 0.99 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ +MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy MAINTAINER= jkoshy@freebsd.org COMMENT= A `grep' for structured text like SGML and HTML -CONFLICT= sgrep2 +CONFLICTS= sgrep2-1.* MAN1= sgrep.1