diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-01-12 15:54:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-01-12 15:54:55 +0000 |
commit | 2db28b798187fe96bed4f9689e872fa90ce0d6f9 (patch) | |
tree | e24dca39b843075acad9d88b6214797c6978c7b6 /korean | |
parent | 8b55480fbae409de00ef4410d01e05bbb6b1bdd6 (diff) | |
download | ports-2db28b798187fe96bed4f9689e872fa90ce0d6f9.tar.gz ports-2db28b798187fe96bed4f9689e872fa90ce0d6f9.zip |
Notes
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 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) |