pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freeradius Fix typo which resulted in a failed ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1478ee269e6
branches:  trunk
changeset: 510006:e1478ee269e6
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Mar 22 15:07:41 2006 +0000

description:
Fix typo which resulted in a failed install.
Issue found by Wolfgang Solfrank.

diffstat:

 net/freeradius/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a2be9608fa0b -r e1478ee269e6 net/freeradius/Makefile
--- a/net/freeradius/Makefile   Tue Mar 21 23:09:40 2006 +0000
+++ b/net/freeradius/Makefile   Wed Mar 22 15:07:41 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2006/03/21 23:08:08 adrianp Exp $
+# $NetBSD: Makefile,v 1.45 2006/03/22 15:07:41 adrianp Exp $
 
 DISTNAME=      freeradius-1.1.1
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.freeradius.org/pub/radius/ \
                ftp://ftp.Awfulhak.org/pub/radius/
@@ -116,6 +117,6 @@
 .endfor
        ${INSTALL_SCRIPT} ${WRKSRC}/src/modules/rlm_perl/example.pl ${EGDIR}
        @${MKDIR} ${PKG_SYSCONFDIR}/certs
-       @${MKDIR} ${PKG_SYSCONFDIR}/certs/demoCAA
+       @${MKDIR} ${PKG_SYSCONFDIR}/certs/demoCA
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index