diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-03 20:45:20 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-03 20:45:20 +0000 |
commit | 29cc898972509951d8d776030f44464b4a0343c4 (patch) | |
tree | 8875d9f7583ab2396ff24c86e4e9fb209f63f8bc /irc/muh/Makefile | |
parent | 68169bb87bd7c67838270c9aaed9ca8054ee92d8 (diff) |
Notes
Diffstat (limited to 'irc/muh/Makefile')
-rw-r--r-- | irc/muh/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index dff924123d33..b41b72b66a81 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> |