diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-24 12:52:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-24 12:52:53 +0800 |
commit | 02753fa1b410835959897b15c24cf3f3f31638b7 (patch) | |
tree | b10766f448c2cd310f6068fa61b09f03b3e22419 /audio | |
parent | ad387a2d9b311692f88b8aeaa8b85d581f3285ad (diff) | |
download | freebsd-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/Makefile | 2 |
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 |