diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 21:23:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 21:23:31 +0000 |
commit | c260fadd87c4837743bf23517bc1651cd496fe2f (patch) | |
tree | 064b979485f251516e0fb182f46f1e45aef019ae /textproc/sgrep2 | |
parent | d45c442fe3ddb821876a4706c5afd9e5a412e342 (diff) |
Notes
Diffstat (limited to 'textproc/sgrep2')
-rw-r--r-- | textproc/sgrep2/Makefile | 5 | ||||
-rw-r--r-- | textproc/sgrep2/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/sgrep2/Makefile b/textproc/sgrep2/Makefile index e10954e0d991..4f87fc5102d4 100644 --- a/textproc/sgrep2/Makefile +++ b/textproc/sgrep2/Makefile @@ -10,14 +10,11 @@ MASTER_SITE_SUBDIR= jkoshy DISTNAME= sgrep-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A `grep' for structured text like SGML and HTML +COMMENT= Grep for structured text like SGML and HTML GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} CONFLICTS= sgrep-0.* -MAN1= sgrep.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/sgrep2/pkg-plist b/textproc/sgrep2/pkg-plist index 49ca7c29fb63..9083a310f58f 100644 --- a/textproc/sgrep2/pkg-plist +++ b/textproc/sgrep2/pkg-plist @@ -1,3 +1,4 @@ bin/sgrep +man/man1/sgrep.1.gz %%DATADIR%%/sample.sgreprc @dirrm %%DATADIR%% |