aboutsummaryrefslogtreecommitdiff
path: root/irc/muh/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-03-03 20:45:20 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-03-03 20:45:20 +0000
commit29cc898972509951d8d776030f44464b4a0343c4 (patch)
tree8875d9f7583ab2396ff24c86e4e9fb209f63f8bc /irc/muh/Makefile
parent68169bb87bd7c67838270c9aaed9ca8054ee92d8 (diff)
Notes
Diffstat (limited to 'irc/muh/Makefile')
-rw-r--r--irc/muh/Makefile17
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>