- s/autoconf/gnu in CONFIGURE_STYLE to prevent running autoconf twice
- remove stray ' in pre-configure target, oops
This commit is contained in:
parent
0949f37031
commit
10f83ce23c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.82 2010/05/03 21:00:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.83 2010/05/04 12:42:33 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
@ -43,7 +43,7 @@ MASTER_SITES= http://downloads.digium.com/pub/telephony/asterisk/releases/ \
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_STYLE= gnu
|
||||
AUTOCONF_VERSION= 2.63
|
||||
AUTOMAKE_VERSION= 1.9
|
||||
BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
@ -220,7 +220,7 @@ EXAMPLEFILES= extensions.ael extensions.conf logger.conf \
|
||||
# allow the icons in the HTML docs to work if you already have latex2html
|
||||
# installed.
|
||||
pre-configure:
|
||||
perl -pi -e 's,/usr/share/latex2html',${LOCALBASE}/share/latex2html,g' \
|
||||
perl -pi -e 's,/usr/share/latex2html,${LOCALBASE}/share/latex2html,g' \
|
||||
${WRKSRC}/doc/tex/asterisk/*
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user