diff options
author | peter <peter@pkgsrc.org> | 2005-01-06 18:41:55 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-06 18:41:55 +0000 |
commit | 57bd11bafbf809a6df4bdaddbe7320cef6d395b4 (patch) | |
tree | 0d0b0b87b007f31b5e26ba07610fcedb63a0d86b /net | |
parent | 8260122dde99d5ca7f3146787e9484b1f67cbd8b (diff) | |
download | pkgsrc-57bd11bafbf809a6df4bdaddbe7320cef6d395b4.tar.gz |
Set sysconfdir to ${PKG_SYSCONFDIR} in configure.
Should fix PR pkg/28866 from Kimmo Suominen.
Bump PKGREVISION to 2.
ok wiz.
Diffstat (limited to 'net')
-rw-r--r-- | net/openntpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 9df6831f5ac..53904fe5ec4 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -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 @@ CONFLICTS+= ntp-[0-9]* 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 |