summaryrefslogtreecommitdiff
path: root/security/prngd
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-13 01:35:10 +0000
committerrillig <rillig>2006-04-13 01:35:10 +0000
commit4608eec9a81b4b354c59a613be21937ba958ff48 (patch)
tree560d4f53b5d5992fdc9bcdc65f4e8d1e04dd9c1b /security/prngd
parent09de1096a037775d8c8d035a44193e37252b2d2f (diff)
downloadpkgsrc-4608eec9a81b4b354c59a613be21937ba958ff48.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'security/prngd')
-rw-r--r--security/prngd/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/prngd/Makefile b/security/prngd/Makefile
index 04c7b97ac49..f0bf59fcf82 100644
--- a/security/prngd/Makefile
+++ b/security/prngd/Makefile
@@ -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 @@ COMMENT= Pseudo Random Number Generator Daemon
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}