summaryrefslogtreecommitdiff
path: root/korean/bitchx
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-01-12 15:54:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-01-12 15:54:55 +0000
commit2db28b798187fe96bed4f9689e872fa90ce0d6f9 (patch)
treee24dca39b843075acad9d88b6214797c6978c7b6 /korean/bitchx
parentDocument multiple drupal issues. (diff)
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
Notes
Notes: svn path=/head/; revision=205516
Diffstat (limited to 'korean/bitchx')
-rw-r--r--korean/bitchx/Makefile7
1 files changed, 5 insertions, 2 deletions
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)