diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-06 02:24:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-06 02:24:42 +0000 |
commit | 9a4ad553c6e48047fd2c4efa4a00da88a9e6309c (patch) | |
tree | 31456d3c7c3a6568689f971a580e0f21428af962 /textproc/sgrep | |
parent | 6dec4967658a22001884d34b60ab8ab88cda1012 (diff) | |
download | ports-9a4ad553c6e48047fd2c4efa4a00da88a9e6309c.tar.gz ports-9a4ad553c6e48047fd2c4efa4a00da88a9e6309c.zip |
Notes
Diffstat (limited to 'textproc/sgrep')
-rw-r--r-- | textproc/sgrep/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/sgrep/Makefile b/textproc/sgrep/Makefile index b09cd4233c36..16036e9b8325 100644 --- a/textproc/sgrep/Makefile +++ b/textproc/sgrep/Makefile @@ -7,12 +7,15 @@ PORTNAME= sgrep PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ MAINTAINER= jkoshy@freebsd.org COMMENT= A `grep' for structured text like SGML and HTML +CONFLICT= sgrep2 + MAN1= sgrep.1 # Override the install target in the supplied makefile |