pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/prngd Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/682f0e416a2d
branches:  trunk
changeset: 511339:682f0e416a2d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Apr 13 01:35:10 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 security/prngd/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 7dc9632d194a -r 682f0e416a2d security/prngd/Makefile
--- a/security/prngd/Makefile   Thu Apr 13 01:30:43 2006 +0000
+++ b/security/prngd/Makefile   Thu Apr 13 01:35:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/13 01:35:10 rillig Exp $
 
 DISTNAME=              prngd-0.9.29
 CATEGORIES=            security
@@ -16,17 +16,17 @@
 
 MAKE_ENV+=             DEFS='-DRANDSAVENAME="\"${VARBASE}/db/prngd-seed\"" -DCONFIGFILE="\"${PKG_SYSCONFDIR}/prngd.conf\""'
 
-EGDIR=          ${PREFIX}/share/examples/prngd
-CONF_FILES=     ${EGDIR}/prngd.conf.netbsd ${PKG_SYSCONFDIR}/prngd.conf
+EGDIR=                 ${PREFIX}/share/examples/prngd
+CONF_FILES=            ${EGDIR}/prngd.conf.netbsd ${PKG_SYSCONFDIR}/prngd.conf
 
 INSTALLATION_DIRS=     bin man/man1
 
-SUBST_CLASSES+=          path
-SUBST_STAGE.path=       pre-install
-SUBST_FILES.path=       prngd.man
-SUBST_SED.path=         -e 's,/usr/local,${PREFIX},g'
+SUBST_CLASSES+=                path
+SUBST_STAGE.path=      pre-install
+SUBST_MESSAGE.path=    Fixing paths in man page.
+SUBST_FILES.path=      prngd.man
+SUBST_SED.path=                -e 's,/usr/local,${PREFIX},g'
 SUBST_SED.path+=       -e 's,/var,${VARBASE},g'
-SUBST_MESSAGE.path=     "Fixing paths in man page."
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE}



Home | Main Index | Thread Index | Old Index