diff options
author | jmmv <jmmv> | 2005-03-19 15:32:25 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-03-19 15:32:25 +0000 |
commit | fd031f8c82a80be021bb07dc8f9c485e89e88b91 (patch) | |
tree | 9514de1210153ee842a545b1e6f1bb2ccf6df2a6 /chat/irssi | |
parent | 25eba747696a9d219c8b959c972bda3bfc7ac015 (diff) | |
download | pkgsrc-fd031f8c82a80be021bb07dc8f9c485e89e88b91.tar.gz |
Enable build of the proxy module, as requested in PR pkg/25517. Note that
the report asked for a conditional build through a knob, but I can't see a
reason to not enable it by default (so it's now unconditionally built).
Bump PKGREVISION to 3 due to this.
While here, force removal of the modules directory instead of only removing
it when empty. Any package installing modules must depend on irssi to handle
this shared directory.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile | 5 | ||||
-rw-r--r-- | chat/irssi/PLIST | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index af0b4cbdf6e..2a8650e3d29 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2004/12/11 00:26:45 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2005/03/19 15:32:25 jmmv Exp $ DISTNAME= ${IRSSI_DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= http://real.irssi.org/files/ EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX} @@ -21,6 +21,7 @@ USE_LIBTOOL= yes USE_PKGINSTALL= yes CONFIGURE_ARGS+= --with-terminfo \ + --with-proxy \ --without-ncurses \ --sysconfdir=${PKG_SYSCONFDIR} diff --git a/chat/irssi/PLIST b/chat/irssi/PLIST index 0c4440dad37..ae125390a84 100644 --- a/chat/irssi/PLIST +++ b/chat/irssi/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2003/12/04 10:43:10 veego Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/03/19 15:32:25 jmmv Exp $ bin/irssi +lib/irssi/modules/libirc_proxy.la man/man1/irssi.1 share/doc/irssi/botnet.txt share/doc/irssi/design.txt @@ -156,5 +157,5 @@ share/irssi/themes/default.theme @dirrm share/irssi @dirrm share/examples/irssi @dirrm share/doc/irssi -@unexec ${RMDIR} %D/lib/irssi/modules 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib/irssi 2>/dev/null || ${TRUE} +@dirrm lib/irssi/modules +@dirrm lib/irssi |