diff options
author | hubertf <hubertf> | 1997-11-09 22:12:40 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-11-09 22:12:40 +0000 |
commit | 49610a3d49bab21dfb4fc1e775eab99c1d6868c6 (patch) | |
tree | e4e572b02fe1829c568d09fceedcad39317b663a /net/ircII/Makefile | |
parent | bc600b0fce5ff1986d91283f4b391d0982b28e9d (diff) | |
download | pkgsrc-49610a3d49bab21dfb4fc1e775eab99c1d6868c6.tar.gz |
Fix for NetBSD
Diffstat (limited to 'net/ircII/Makefile')
-rw-r--r-- | net/ircII/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 468bfe1f279..020c043a643 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -3,20 +3,21 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $NetBSD: Makefile,v 1.2 1997/11/09 22:09:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/11/09 22:12:40 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # DISTNAME= ircii-2.9-roof -PKGNAME= ircii-2.9 +PKGNAME= ircII-2.9roof +WRKSRC= ${WRKDIR}/ircii-2.9 CATEGORIES= net MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes +#CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT] -WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= ircII.1 ircbug.1 .include <bsd.port.mk> |