pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openntpd Create ${VARBASE}/db/openntpd for the dri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3da648d9d2dd
branches:  trunk
changeset: 645027:3da648d9d2dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 21 07:01:52 2015 +0000

description:
Create ${VARBASE}/db/openntpd for the driftfile. From Paul B. Henson.
Bump PKGREVISION.

diffstat:

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

diffs (21 lines):

diff -r 5489528c7ce9 -r 3da648d9d2dd net/openntpd/Makefile
--- a/net/openntpd/Makefile     Wed Jan 21 06:50:09 2015 +0000
+++ b/net/openntpd/Makefile     Wed Jan 21 07:01:52 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2015/01/20 10:45:01 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2015/01/21 07:01:52 wiz Exp $
 
 DISTNAME=              openntpd-5.7p2
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_OPENBSD:=OpenNTPD/}
 
@@ -37,7 +38,7 @@
 
 BUILD_DEFS+=           VARBASE
 
-OWN_DIRS=              ${VARBASE}/chroot/ntpd
+OWN_DIRS=              ${VARBASE}/chroot/ntpd ${VARBASE}/db/openntpd
 AUTO_MKDIRS=           yes
 
 INSTALLATION_DIRS+=    sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 ${EGDIR}



Home | Main Index | Thread Index | Old Index