diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-06-15 04:31:05 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-06-15 04:31:05 +0000 |
commit | e436bc7ed63f5d183ddd785d5fadb46c089011aa (patch) | |
tree | 0daf37bd944fe1089373c27c9cbf662142288a3c /textproc/sgrep | |
parent | de58c80bea8f985f4d1ad168370a2627d707da50 (diff) | |
download | ports-e436bc7ed63f5d183ddd785d5fadb46c089011aa.tar.gz ports-e436bc7ed63f5d183ddd785d5fadb46c089011aa.zip |
Notes
Diffstat (limited to 'textproc/sgrep')
-rw-r--r-- | textproc/sgrep/Makefile | 6 |
1 files 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 |