diff options
author | pav <pav@FreeBSD.org> | 2004-07-01 20:49:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-01 20:49:05 +0800 |
commit | 6eb49c435764909ea93d249307e7fe50d6f7aaeb (patch) | |
tree | 10bcf422d58a579896bf85fddd4f796263c3f9a3 /games/gnome-music-quiz | |
parent | 9d4fea252f014ca91cc1fe3235b607f8600f5ee3 (diff) | |
download | freebsd-ports-gnome-6eb49c435764909ea93d249307e7fe50d6f7aaeb.tar.gz freebsd-ports-gnome-6eb49c435764909ea93d249307e7fe50d6f7aaeb.tar.zst freebsd-ports-gnome-6eb49c435764909ea93d249307e7fe50d6f7aaeb.zip |
- Move intltool copying to pre-configure. This fixes build in clean environment
Reported by: bento via kris
Diffstat (limited to 'games/gnome-music-quiz')
-rw-r--r-- | games/gnome-music-quiz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile index 3f95cb42c112..4981ba852637 100644 --- a/games/gnome-music-quiz/Makefile +++ b/games/gnome-music-quiz/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui gstreamerplugins USE_LIBTOOL_VER= 15 -post-extract: +pre-configure: @${RM} -f \ ${WRKSRC}/intltool-extract.in \ ${WRKSRC}/intltool-merge.in \ |