- Correct the 'CONFLICTS' specification.
- Add a local MASTER_SITE to keep portlint happy.
This commit is contained in:
parent
de58c80bea
commit
e436bc7ed6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165487
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue