diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /chat/sirc | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 3 | ||||
-rw-r--r-- | chat/sirc/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index e1f33d1f1a2..14b190bb0a9 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/01 14:25:53 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 13:51:31 wiz Exp $ DISTNAME= sirc-2.211 PKGNAME= sirc-2.211nb1 @@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html +COMMENT= IRC client written and programmable in perl USE_PERL5= # defined DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6 diff --git a/chat/sirc/pkg/COMMENT b/chat/sirc/pkg/COMMENT deleted file mode 100644 index 02d78df5bed..00000000000 --- a/chat/sirc/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -IRC client written and programmable in perl |