diff options
author | reed <reed@pkgsrc.org> | 2007-01-23 16:59:51 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-01-23 16:59:51 +0000 |
commit | fafca4990d88def4f5f7eed66a86b345eeef5fca (patch) | |
tree | 5e9acae77ce1fd8202a53dc90a1da1723e004e33 /sysutils/ipa | |
parent | 16d11e2f4ba922097cd8e7c200a89f40d78fb660 (diff) | |
download | pkgsrc-fafca4990d88def4f5f7eed66a86b345eeef5fca.tar.gz |
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 (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 10 | ||||
-rw-r--r-- | sysutils/ipa/PLIST | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 02a9c5c0dd1..4bf91b155a7 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -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= ${FILESDIR}/ipa.sh 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 --git a/sysutils/ipa/PLIST b/sysutils/ipa/PLIST index 858d35a537e..164ccf970a7 100644 --- a/sysutils/ipa/PLIST +++ b/sysutils/ipa/PLIST @@ -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/man5/ipastat.conf.5 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 |