mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Stage support
This commit is contained in:
parent
a28f15d003
commit
3c0899c54a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338177
2 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,6 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= gsymcheck.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/gsymcheck
|
||||
man/man1/gsymcheck.1.gz
|
||||
%%DOCSDIR%%/man/gsymcheck.html
|
||||
%%DATADIR%%/system-gsymcheckrc
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue