pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ipa Install translated documentation. From th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/034102980776
branches:  trunk
changeset: 524325:034102980776
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Jan 23 16:59:51 2007 +0000

description:
Install translated documentation. From the maintainer via
PR 35468.

Patch didn't apply cleanly.
Removes install target.
I also increased PKGREVISION.
And I formatted one existing line to use a tab.

diffstat:

 sysutils/ipa/Makefile |  10 ++++------
 sysutils/ipa/PLIST    |   8 +++++++-
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r 18d9717c98dd -r 034102980776 sysutils/ipa/Makefile
--- a/sysutils/ipa/Makefile     Tue Jan 23 16:54:59 2007 +0000
+++ b/sysutils/ipa/Makefile     Tue Jan 23 16:59:51 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/01/03 12:31:00 obache Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/23 16:59:51 reed Exp $
 #
 
 DISTNAME=      ipa-2.0.2
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://ipa-system.sourceforge.net/ \
                http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \
@@ -24,12 +25,9 @@
 RCD_SCRIPT_SRC.ipa=    ${WRKSRC}/etc/ipa.sh.sample
 .endif
 
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --with-mandir-ru=ru
 
 .include "options.mk"
 
-do-install:
-       cd ${WRKSRC}/src && ${MAKE} install
-       cd ${WRKSRC}/man && ${MAKE} install-am
-
 .include "../../mk/bsd.pkg.mk"
diff -r 18d9717c98dd -r 034102980776 sysutils/ipa/PLIST
--- a/sysutils/ipa/PLIST        Tue Jan 23 16:54:59 2007 +0000
+++ b/sysutils/ipa/PLIST        Tue Jan 23 16:59:51 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2006/10/18 11:45:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/01/23 16:59:51 reed Exp $
 bin/ipa
 bin/ipactl
 bin/ipastat
@@ -9,4 +9,10 @@
 man/man8/ipa.8
 man/man8/ipactl.8
 man/man8/ipastat.8
+man/ru/man3/ipa_mod.3
+man/ru/man5/ipa.conf.5
+man/ru/man5/ipastat.conf.5
+man/ru/man8/ipa.8
+man/ru/man8/ipactl.8
+man/ru/man8/ipastat.8
 share/examples/rc.d/ipa



Home | Main Index | Thread Index | Old Index