diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-11-15 20:14:49 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-11-15 20:14:49 +0000 |
commit | 1d728322c0135e8dc5452354b4157e3881f4aaac (patch) | |
tree | e533126a7a002b133ddbab8eda4a406ecd291ffe /irc/epic4 | |
parent | 759b0032fc25e585440ea2a14c745a3f9c2d1195 (diff) | |
download | ports-1d728322c0135e8dc5452354b4157e3881f4aaac.tar.gz ports-1d728322c0135e8dc5452354b4157e3881f4aaac.zip |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index f9eb6f16453e..b29fa0a1a0ae 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -3,7 +3,7 @@ # Date created: 19 June 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.3 1998/04/17 23:26:28 mph Exp $ +# $Id: Makefile,v 1.4 1998/11/09 21:10:25 mph Exp $ # DISTNAME= ircii2.8.2-EPIC3.004 @@ -14,6 +14,8 @@ DISTFILES= ircii2.8.2-EPIC3.004.tar.gz ircii2.8.2-EPIC3.help.tar.gz MAINTAINER= mph@freebsd.org +BROKEN= Awaiting upgrade to epic4 + EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ircii-EPIC3.004 |