diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1997-05-14 10:35:13 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-05-14 10:35:13 +0000 |
commit | 989e14ddc776612b3643e6dab0ef292786ace27d (patch) | |
tree | fbc6e8890e3734435a0d4d9a20196af5a3d98dc2 /irc | |
parent | 98dc5e97aa716b360ba2e213da2db0fc63b7efeb (diff) | |
download | ports-989e14ddc776612b3643e6dab0ef292786ace27d.tar.gz ports-989e14ddc776612b3643e6dab0ef292786ace27d.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircII/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 8218b28c4907..97a8a29bf9e9 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.12 1996/10/28 07:32:37 dima Exp $ +# $Id: Makefile,v 1.13 1996/11/18 11:35:07 asami Exp $ # DISTNAME= ircii-2.9-roof @@ -15,8 +15,6 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-default-server="irc.FreeBSD.ORG" - WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= ircII.1 ircbug.1 |