diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-11-06 10:24:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-11-06 10:24:42 +0800 |
commit | 1fb664810da8cd2d35cdc009da1c8dd9c101c2ea (patch) | |
tree | 24ed38e1c8e767a557eb7d6617e697ead6bfc0f9 /textproc/sgrep | |
parent | 0e935a176821fb6f8ee8f0c4734ef498ee64f81b (diff) | |
download | freebsd-ports-gnome-1fb664810da8cd2d35cdc009da1c8dd9c101c2ea.tar.gz freebsd-ports-gnome-1fb664810da8cd2d35cdc009da1c8dd9c101c2ea.tar.zst freebsd-ports-gnome-1fb664810da8cd2d35cdc009da1c8dd9c101c2ea.zip |
repo-copy sgrep to sgrep2 and upgrade sgrep2 to 1.92a
set CONFLICT in sgrep and sgrep2 Makefile
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 |