pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libradius Fix installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d3db96d3d53
branches:  trunk
changeset: 540793:6d3db96d3d53
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 07 17:28:55 2008 +0000

description:
Fix installation.

diffstat:

 net/libradius/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 65a8f26aadc9 -r 6d3db96d3d53 net/libradius/Makefile
--- a/net/libradius/Makefile    Mon Apr 07 17:25:56 2008 +0000
+++ b/net/libradius/Makefile    Mon Apr 07 17:28:55 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:29 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/07 17:28:55 joerg Exp $
 
 DISTNAME=      libradius-linux-20040827
 PKGNAME=       ${DISTNAME:S/-linux//}
@@ -13,6 +13,6 @@
 
 WRKSRC=                ${WRKDIR}/libradius-linux
 
-INSTALLATION_DIRS=     include lib ${PKGMANDIR}/man3
+INSTALLATION_DIRS=     include lib ${PKGMANDIR}/man3 ${PKGMANDIR}/man5
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index