pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ircu Install umkpasswd and uconvert-conf as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/609e766778c0
branches:  trunk
changeset: 527496:609e766778c0
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Apr 09 12:46:34 2007 +0000

description:
Install umkpasswd and uconvert-conf as well.

diffstat:

 chat/ircu/Makefile |  5 ++++-
 chat/ircu/PLIST    |  4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 1e6e44463c4e -r 609e766778c0 chat/ircu/Makefile
--- a/chat/ircu/Makefile        Mon Apr 09 12:39:25 2007 +0000
+++ b/chat/ircu/Makefile        Mon Apr 09 12:46:34 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/04/09 12:39:25 adrianp Exp $
+# $NetBSD: Makefile,v 1.26 2007/04/09 12:46:34 adrianp Exp $
 #
 
 DISTNAME=      ircu2.10.12.10
@@ -58,6 +58,9 @@
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/ircd/ircd ${PREFIX}/sbin
+       ${INSTALL_PROGRAM} ${WRKSRC}/ircd/umkpasswd ${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/ircd/convert-conf \
+               ${PREFIX}/bin/uconvert-conf
        ${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${PREFIX}/${PKGMANDIR}/man8
        ${INSTALL_DATA} ${WRKSRC}/doc/example.conf ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
diff -r 1e6e44463c4e -r 609e766778c0 chat/ircu/PLIST
--- a/chat/ircu/PLIST   Mon Apr 09 12:39:25 2007 +0000
+++ b/chat/ircu/PLIST   Mon Apr 09 12:46:34 2007 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2007/04/09 12:39:26 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/04/09 12:46:35 adrianp Exp $
 man/man8/ircd.8
 sbin/ircd
+bin/umkpasswd
+bin/uconvert-conf
 share/doc/ircd/README
 share/doc/ircd/RELEASE.NOTES
 share/doc/ircd/INSTALL



Home | Main Index | Thread Index | Old Index