diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-02-06 21:44:53 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-02-06 21:44:53 +0000 |
commit | 3ffec1c851b7786c4b558a21101da125f9bef0ef (patch) | |
tree | 2caac7e23d44727aa18ef3346428bc354b4c2c7e /irc/muh | |
parent | e5aca8699d88e1927112eece13dc7cf832c39ab6 (diff) | |
download | ports-3ffec1c851b7786c4b558a21101da125f9bef0ef.tar.gz ports-3ffec1c851b7786c4b558a21101da125f9bef0ef.zip |
Notes
Diffstat (limited to 'irc/muh')
-rw-r--r-- | irc/muh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index 6a3a72a6ff64..f2a24eb3dca2 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -7,7 +7,7 @@ PORTNAME= muh PORTVERSION= 2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=muh @@ -24,6 +24,8 @@ 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 |