diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-30 05:35:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-30 05:35:06 +0800 |
commit | b643028cc962568603c0a2055802decf4c4379fb (patch) | |
tree | 4e9b20fe417e29443ec516b9113a769a37e527ce /audio/libmusicbrainz5/Makefile | |
parent | 95231b4ce299645be23eef829020b0e79ded14d4 (diff) | |
download | freebsd-ports-gnome-b643028cc962568603c0a2055802decf4c4379fb.tar.gz freebsd-ports-gnome-b643028cc962568603c0a2055802decf4c4379fb.tar.zst freebsd-ports-gnome-b643028cc962568603c0a2055802decf4c4379fb.zip |
Benefit from new USE_AUTO*_VER: Point to correct location of autoconf
share dir (var AUTOCONF_DIR)
Diffstat (limited to 'audio/libmusicbrainz5/Makefile')
-rw-r--r-- | audio/libmusicbrainz5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index fd8a434b45f9..7973c3b17f45 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -32,7 +32,7 @@ HAVE_VORBIS= yes post-extract: @${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\ - ${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\ + ${LN} -s ${AUTOCONF_DIR}/config.* ${WRKSRC}/ ;\ ${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.* .include <bsd.port.mk> |