From 74a99fe2b2acd51a229e9807e38fb8dcf57732bd Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 20 Mar 2007 15:00:00 +0000 Subject: [PATCH] Pull in new po/Makefile.in.in since the new gettext autoconf macros don't perform all substitutions required by the old one. PR: 110513 --- audio/vorbis-tools/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index c50e132a8ac6..de198955ede9 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -37,6 +37,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= ogg123.1 oggdec.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1 +# after lib-depends +pre-configure: + ${CP} ${LOCALBASE}/share/gettext/po/Makefile.in.in \ + ${WRKSRC}/po/Makefile.in.in + post-install: ${MKDIR} ${PREFIX}/share/examples/vorbis-tools ${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \