diff options
author | wiz <wiz> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:51:27 +0000 |
commit | e6c09e0ffcafa1cd01223abf0f13852e7a875595 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /chat/ircu/Makefile | |
parent | 4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845 (diff) | |
download | pkgsrc-e6c09e0ffcafa1cd01223abf0f13852e7a875595.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat/ircu/Makefile')
-rw-r--r-- | chat/ircu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index 67260239ee6..76549e0d42d 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:27 wiz Exp $ # DISTNAME= ircu2.10.04 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tv@netbsd.org HOMEPAGE= http://coder-com.undernet.org/ +COMMENT= Internet Relay Chat server customized for Undernet GNU_CONFIGURE= yes IS_INTERACTIVE= yes |