mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
d45c442fe3
commit
c260fadd87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338938
@ -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>
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/sgrep
|
||||
man/man1/sgrep.1.gz
|
||||
%%DATADIR%%/sample.sgreprc
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user