1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
This commit is contained in:
Tilman Keskinoz 2008-01-12 15:54:55 +00:00
parent 8b55480fba
commit 2db28b7981
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205516

View File

@ -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)