diff options
author | marino <marino@pkgsrc.org> | 2012-12-14 23:46:28 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-14 23:46:28 +0000 |
commit | 85c442888d28256532d2f7dcfdefd6c1d98bdc30 (patch) | |
tree | 79dc86454e67ecb80dc421c81710454990809e73 /chat | |
parent | d55530b897224c1f2da652d3d521e300b8bddf47 (diff) | |
download | pkgsrc-85c442888d28256532d2f7dcfdefd6c1d98bdc30.tar.gz |
chat/sirc: Fix PLIST properly
1) getopts.pl was documented with a bad path
2) PLIST needed sorting badly
Diffstat (limited to 'chat')
-rw-r--r-- | chat/sirc/Makefile | 4 | ||||
-rw-r--r-- | chat/sirc/PLIST | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index d929cf90fe7..9bde69c780b 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2012/11/16 00:33:49 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2012/12/14 23:46:28 marino Exp $ DISTNAME= sirc-2.211 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= http://www.iagora.com/~espel/sirc/ DISTFILES= ${DEFAULT_DISTFILES} \ diff --git a/chat/sirc/PLIST b/chat/sirc/PLIST index 81b3557c30f..394bc8dd545 100644 --- a/chat/sirc/PLIST +++ b/chat/sirc/PLIST @@ -1,23 +1,20 @@ -@comment $NetBSD: PLIST,v 1.3 2012/11/16 00:33:49 joerg Exp $ -bin/ssfe +@comment $NetBSD: PLIST,v 1.4 2012/12/14 23:46:28 marino Exp $ bin/sirc +bin/ssfe +lib/sirc/ChangeLog +lib/sirc/PROGRAMMING +lib/sirc/README lib/sirc/dsirc -lib/sirc/ssfe.c -lib/sirc/sirc.help.gz +lib/sirc/getopts.pl lib/sirc/n0thing.pl -lib/sirc/README -lib/sirc/PROGRAMMING -lib/sirc/ChangeLog -lib/sirc/socks.pl lib/sirc/scripts/adcc.pl lib/sirc/scripts/akickban.pl lib/sirc/scripts/avoice.pl lib/sirc/scripts/country.pl lib/sirc/scripts/finger.pl lib/sirc/scripts/ftp.pl -lib/sirc/scripts/getopts.pl -lib/sirc/scripts/howl.pl lib/sirc/scripts/hotmail.pl +lib/sirc/scripts/howl.pl lib/sirc/scripts/lastlog.pl lib/sirc/scripts/nocolor.pl lib/sirc/scripts/patattack.pl @@ -29,5 +26,8 @@ lib/sirc/scripts/thx.pl lib/sirc/scripts/winnuke.pl lib/sirc/scripts/www.pl lib/sirc/scripts/yiff.pl -man/man1/ssfe.1 +lib/sirc/sirc.help.gz +lib/sirc/socks.pl +lib/sirc/ssfe.c man/man1/sirc.1 +man/man1/ssfe.1 |