From 2db28b798187fe96bed4f9689e872fa90ce0d6f9 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 12 Jan 2008 15:54:55 +0000 Subject: Avoid the need for running autoconf by touching configure. The only change to configure.in in the ko-patch was changing the value of AC_REVISION --- korean/bitchx/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'korean/bitchx') diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index d7ddbbaa9b16..6eb67a9322f6 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitchX PORTVERSION= 1.0c16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= korean irc MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ @@ -22,7 +22,7 @@ COMMENT= An alternative ircII color client support patched for korean WRKSRC= ${WRKDIR}/BitchX -USE_AUTOTOOLS= autoconf:213 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --without-plugins \ --exec-prefix="${PREFIX}/share" \ @@ -45,6 +45,9 @@ USE_ESOUND= yes CONFIGURE_ARGS+=--enable-sound .endif +post-patch: + ${TOUCH} ${WRKSRC}/configure + post-install: @(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx) .if !defined(NOPORTDOCS) -- cgit v1.2.3