Touch src/Makefile.in, so autoconf won't run.
Submitted by: maintainer
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue