diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /irc | |
parent | 8938ad51ee770a85d67fd2e77d524ffae87efe38 (diff) | |
download | ports-ac3066bf75f468401e4a8243ba4ea731c187b370.tar.gz ports-ac3066bf75f468401e4a8243ba4ea731c187b370.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 3 | ||||
-rw-r--r-- | irc/ircII/Makefile | 3 | ||||
-rw-r--r-- | irc/zircon/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index db25de08058a..b52894b86add 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -3,11 +3,12 @@ # Date created: 23 August 1994 # Whom: torstenb # -# $Id: Makefile,v 1.2 1994/09/13 06:34:53 jkh Exp $ +# $Id: Makefile,v 1.3 1995/02/11 01:44:28 torstenb Exp $ # DISTNAME= irc2.8.21 MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/ +CATEGORIES+= networking pre-install: mkdir -p ${PREFIX}/bin diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index cd408cf98dc2..37672fb15c8d 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -3,13 +3,14 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/10/23 01:26:28 torstenb Exp $ +# $Id: Makefile,v 1.2 1995/02/11 15:22:02 torstenb Exp $ # DISTNAME= ircii-2.8 DISTFILES= ircii-2.8.tar.gz ircii-2.8help.tar.gz GNU_CONFIGURE= YES MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +CATEGORIES+= networking pre-install: @mkdir -p ${PREFIX}/bin diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 62b30876b06e..ad6b04acd6e5 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,11 +3,12 @@ # Date created: 11 Feb 1995 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/12/12 00:44:48 ats Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/12 08:57:13 jkh Exp $ # DISTNAME= zircon-1.15p10 MASTER_SITES= ftp://ftp.cdrom.com/pub/tcl/alcatel/code/ +CATEGORIES+= networking EXEC_DEPENDS= dpwish:${PORTSDIR}/net/tclDP .include <bsd.port.mk> |