diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
commit | 328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch) | |
tree | 9a761809da3b45684b09bc2f0d6091132e77c78a /multimedia/libdvdnav/Makefile | |
parent | - Update xpenguins-daemon addon to 1.2 (diff) |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes
Notes:
svn path=/head/; revision=112679
Diffstat (limited to '')
-rw-r--r-- | multimedia/libdvdnav/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 429a559568b4..f3acdbe84735 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -30,10 +30,10 @@ post-patch: s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ s|-L/usr/local/lib|-L${LOCALBASE}/lib|g ; \ s|-I/usr/local/include|-I${LOCALBASE}/include|g ; \ - s|aclocal-1.7|aclocal17|g ; \ - s|automake-1.7|automake17|g ; \ - s|autoconf|autoconf257|g ; \ - s|autoheader|autoheader257|g' ${WRKSRC}/configure \ + s|aclocal-1.7|${TRUE}|g ; \ + s|automake-1.7|${TRUE}|g ; \ + s|autoconf|${TRUE}|g ; \ + s|autoheader|${TRUE}|g' ${WRKSRC}/configure \ ${WRKSRC}/missing ${WRKSRC}/aclocal.m4 ${WRKSRC}/autogen.sh .include <bsd.port.mk> |