aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2000-10-24 12:52:53 +0800
committertrevor <trevor@FreeBSD.org>2000-10-24 12:52:53 +0800
commit02753fa1b410835959897b15c24cf3f3f31638b7 (patch)
treeb10766f448c2cd310f6068fa61b09f03b3e22419 /audio
parentad387a2d9b311692f88b8aeaa8b85d581f3285ad (diff)
downloadfreebsd-ports-gnome-02753fa1b410835959897b15c24cf3f3f31638b7.tar.gz
freebsd-ports-gnome-02753fa1b410835959897b15c24cf3f3f31638b7.tar.zst
freebsd-ports-gnome-02753fa1b410835959897b15c24cf3f3f31638b7.zip
Touch src/Makefile.in, so autoconf won't run.
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r--audio/lopster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lopster/Makefile b/audio/lopster/Makefile
index 3311b1757bc6..cf632d6bb430 100644
--- a/audio/lopster/Makefile
+++ b/audio/lopster/Makefile
@@ -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