diff options
author | arved <arved@FreeBSD.org> | 2002-11-11 17:20:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-11 17:20:12 +0800 |
commit | ea070a2815fb4b84700a04c6eebd1129cc70f34e (patch) | |
tree | c565985c58bcab632b63fc5cc6f2df966b7764d2 | |
parent | dc02f92b5df58d2414684c5f524963f4dc62404d (diff) | |
download | freebsd-ports-gnome-ea070a2815fb4b84700a04c6eebd1129cc70f34e.tar.gz freebsd-ports-gnome-ea070a2815fb4b84700a04c6eebd1129cc70f34e.tar.zst freebsd-ports-gnome-ea070a2815fb4b84700a04c6eebd1129cc70f34e.zip |
Convert to the new autoconf Layout: USE_AUTOCONF_VER=253
-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 |