Stage support

This commit is contained in:
Antoine Brodin 2013-12-30 21:51:27 +00:00
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

View file

@ -27,9 +27,6 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gsymcheck.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -E \ @${REINPLACE_CMD} -E \
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

View file

@ -1,4 +1,5 @@
bin/gsymcheck bin/gsymcheck
man/man1/gsymcheck.1.gz
%%DOCSDIR%%/man/gsymcheck.html %%DOCSDIR%%/man/gsymcheck.html
%%DATADIR%%/system-gsymcheckrc %%DATADIR%%/system-gsymcheckrc
@dirrmtry %%DATADIR%% @dirrmtry %%DATADIR%%