pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openntpd Set sysconfdir to ${PKG_SYSCONFDIR} in co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27b702930417
branches:  trunk
changeset: 487008:27b702930417
user:      peter <peter%pkgsrc.org@localhost>
date:      Thu Jan 06 18:41:55 2005 +0000

description:
Set sysconfdir to ${PKG_SYSCONFDIR} in configure.
Should fix PR pkg/28866 from Kimmo Suominen.

Bump PKGREVISION to 2.

ok wiz.

diffstat:

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

diffs (21 lines):

diff -r 1ec517249b7b -r 27b702930417 net/openntpd/Makefile
--- a/net/openntpd/Makefile     Thu Jan 06 18:23:11 2005 +0000
+++ b/net/openntpd/Makefile     Thu Jan 06 18:41:55 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/12/28 02:47:47 reed Exp $
+# $NetBSD: Makefile,v 1.8 2005/01/06 18:41:55 peter Exp $
 
 DISTNAME=              openntpd-3.6p1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            net
 MASTER_SITES=          ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \
                        ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenNTPD/ \
@@ -19,6 +19,7 @@
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       sysconfdir=${PKG_SYSCONFDIR}
 
 EGDIR=                 ${PREFIX}/share/examples/openntpd
 CONF_FILES=            ${EGDIR}/ntpd.conf ${PKG_SYSCONFDIR}/ntpd.conf



Home | Main Index | Thread Index | Old Index