diff options
author | billf <billf@FreeBSD.org> | 1999-03-04 04:45:20 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-04 04:45:20 +0800 |
commit | d728de752c6898da7ea48621422086616a8d701b (patch) | |
tree | 611a01c7ee46e21a76b58390191177838fa51ccb /irc | |
parent | d307160b6e2b34f8b3916783362435ccc325810a (diff) | |
download | freebsd-ports-graphics-d728de752c6898da7ea48621422086616a8d701b.tar.gz freebsd-ports-graphics-d728de752c6898da7ea48621422086616a8d701b.tar.zst freebsd-ports-graphics-d728de752c6898da7ea48621422086616a8d701b.zip |
Upgrade to 2.4, and use GMAKE+GNU_CONFIGURE.
Reminded By: Justin Honold <jhonold@bigfoot.com>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/muh/Makefile | 17 | ||||
-rw-r--r-- | irc/muh/distinfo | 2 | ||||
-rw-r--r-- | irc/muh/pkg-descr | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index dff924123d3..b41b72b66a8 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -1,21 +1,24 @@ # New ports collection makefile for: muh -# Version required: 2.02 +# Version required: 2.04 # Date created: 25 Sept 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/01/30 02:04:01 billf Exp $ # -DISTNAME= muh2.02 -PKGNAME= muh-2.02 +DISTNAME= muh2.04 +PKGNAME= muh-2.04 CATEGORIES= net -MASTER_SITES= http://www.riot.org/releases/misc/ +MASTER_SITES= http://mind.riot.org/muh/download/ MAINTAINER= billf@FreeBSD.org +USE_GMAKE= yes +GNU_CONFIGURE= yes + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/muh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/muhrc ${PREFIX}/share/skel/dot.muhrc + ${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc .include <bsd.port.mk> diff --git a/irc/muh/distinfo b/irc/muh/distinfo index 7144580c5e0..bdc7c331153 100644 --- a/irc/muh/distinfo +++ b/irc/muh/distinfo @@ -1 +1 @@ -MD5 (muh2.02.tar.gz) = bc104828ed07d46a0b55ab84734bfb38 +MD5 (muh2.04.tar.gz) = 4b9400275fa3f31cefe43f1e24e6e629 diff --git a/irc/muh/pkg-descr b/irc/muh/pkg-descr index ad515aa027e..c004ed2a94b 100644 --- a/irc/muh/pkg-descr +++ b/irc/muh/pkg-descr @@ -2,4 +2,4 @@ muh is a smart irc-bouncing-tool that remains on IRC all the time. You can take control over your nick by connecting to muh with an IRC client that is able to supply a password for the server connection. -http://www.riot.org/muh/ +http://mind.riot.org/muh/ |