summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2007-03-20 15:00:00 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2007-03-20 15:00:00 +0000
commit74a99fe2b2acd51a229e9807e38fb8dcf57732bd (patch)
tree2bdc1113ca2ca291d954f55f80fd4cbe4781d3d8 /audio/vorbis-tools
parent- Fix error while reading an already read mail which is caused by (diff)
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
Notes
Notes: svn path=/head/; revision=187795
Diffstat (limited to 'audio/vorbis-tools')
-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 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 \