diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-05-04 19:49:34 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-05-04 19:49:34 +0000 |
commit | bdbf7092ca8bc4bdfa41ddcd5fc7cba3ea507a05 (patch) | |
tree | 655cb44a6c7012150cb417d58d2e8440a31f44d5 /irc/muh/Makefile | |
parent | 927f8825cec1e25616e168d33b8e993dc55f07f8 (diff) | |
download | ports-bdbf7092ca8bc4bdfa41ddcd5fc7cba3ea507a05.tar.gz ports-bdbf7092ca8bc4bdfa41ddcd5fc7cba3ea507a05.zip |
Notes
Diffstat (limited to 'irc/muh/Makefile')
-rw-r--r-- | irc/muh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index f2a24eb3dca2..46710ce38ceb 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= muh -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.2a CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=muh @@ -16,7 +15,6 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A smart irc-bouncing-tool that remains on IRC all the time GNU_CONFIGURE= yes -USE_REINPLACE= yes .if defined(WITH_IPV6) CONFIGURE_ARGS= "--enable-ipv6" @@ -24,8 +22,6 @@ CONFIGURE_ARGS= "--enable-ipv6" post-patch: @${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check - @${REINPLACE_CMD} -e "s/if( strlen( cfg.password ) == 13 /& || strlen( cfg.password ) == 28/" \ - ${WRKSRC}/src/muh.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin |