aboutsummaryrefslogtreecommitdiff
path: root/irc/bitchx/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-11 23:40:04 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-11 23:40:04 +0000
commitd6fb7b96d4b8323565ad2c7365f70e177db22d52 (patch)
tree38eb8f8eb1e5c3224d578a139afb83f05c0f4ce0 /irc/bitchx/Makefile
parent04d6b7d3a2c8b0e0d882c9b03eddda5808664bbd (diff)
Notes
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r--irc/bitchx/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index f635eb622073..43d2e7c36816 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: BitchX ircII client
-# Version required: 74p4
+# Version required: 75p3
# Date created: 26 Jan 1998
# Whom: griffin
#
-# $Id: Makefile,v 1.2 1998/04/19 05:35:31 mph Exp $
+# $Id: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
#
-DISTNAME= ircii-pana-75p1
-PKGNAME= bitchx-75p1
+DISTNAME= ircii-pana-75p3
+PKGNAME= bitchx-75p3
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/
@@ -22,9 +22,10 @@ post-patch:
${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h
do-install:
- ${MKDIR} ${PREFIX}/lib/BitchX
+ ${MKDIR} ${PREFIX}/lib/bx
${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/BitchX
+ ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx
.include <bsd.port.mk>