aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2007-03-20 23:00:00 +0800
committernaddy <naddy@FreeBSD.org>2007-03-20 23:00:00 +0800
commitc1c83562f987e6d5a654c26c9cb3e5ece0bbb0d5 (patch)
tree96aeabda1a3caa51bf852297249e0195b09b3401
parentf267b6b2eb5d4051d8c72fe3ee7614916ef5638b (diff)
downloadfreebsd-ports-graphics-c1c83562f987e6d5a654c26c9cb3e5ece0bbb0d5.tar.gz
freebsd-ports-graphics-c1c83562f987e6d5a654c26c9cb3e5ece0bbb0d5.tar.zst
freebsd-ports-graphics-c1c83562f987e6d5a654c26c9cb3e5ece0bbb0d5.zip
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
-rw-r--r--audio/vorbis-tools/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index c50e132a8ac..de198955ede 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 \