diff options
author | arved <arved@FreeBSD.org> | 2008-01-12 15:54:55 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-01-12 15:54:55 +0000 |
commit | 740af330137372d9119e8280877063a214ec0f32 (patch) | |
tree | cfcee483bf669acbd1c663ec8369e3de58651d86 /korean | |
parent | 2d0621ca904e7eb7a2c8c444e9bc7be8a64329f0 (diff) | |
download | FreeBSD-ports-740af330137372d9119e8280877063a214ec0f32.zip FreeBSD-ports-740af330137372d9119e8280877063a214ec0f32.tar.gz |
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
Diffstat (limited to 'korean')
-rw-r--r-- | korean/bitchx/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index d7ddbba..6eb67a9 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) |