diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-11 09:20:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-11 09:20:12 +0000 |
commit | 881ad8199e4c779e9b151e6e7d9572b4996e6a80 (patch) | |
tree | 6190bab41e6e2e8680f53df38b7c694c1b958354 | |
parent | Update MASTER_SITE. (diff) |
Convert to the new autoconf Layout: USE_AUTOCONF_VER=253
Notes
Notes:
svn path=/head/; revision=69888
-rw-r--r-- | irc/bitchx/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 5a89b3123bb3..9c511cde6fee 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -23,7 +23,6 @@ EXTRACT_ONLY= ircii-pana-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER?= arved@FreeBSD.org -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms .endif @@ -31,7 +30,7 @@ LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms WRKSRC= ${WRKDIR}/BitchX USE_PERL5= yes USE_REINPLACE= yes -AUTOCONF= ${LOCALBASE}/bin/autoconf +USE_AUTOCONF_VER=253 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= @@ -145,9 +144,6 @@ post-extract: .endif -pre-configure: - cd ${WRKSRC}/${dir}; ${LOCALBASE}/bin/autoconf - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help |