Touch src/Makefile.in, so autoconf won't run.

Submitted by:	maintainer
This commit is contained in:
Trevor Johnson 2000-10-24 04:52:53 +00:00
parent 87712d05d4
commit d020ff0cec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34161
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ USE_GTK= yes
USE_X_PREFIX= yes
post-extract:
.for i in aclocal.m4 stamp-h.in Makefile.in configure
.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in
${TOUCH} ${WRKSRC}/${i}
.endfor

View file

@ -19,7 +19,7 @@ USE_GTK= yes
USE_X_PREFIX= yes
post-extract:
.for i in aclocal.m4 stamp-h.in Makefile.in configure
.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in
${TOUCH} ${WRKSRC}/${i}
.endfor