diff options
author | peter <peter> | 2005-01-06 18:41:55 +0000 |
---|---|---|
committer | peter <peter> | 2005-01-06 18:41:55 +0000 |
commit | 3f623d9582a8b716ad0c8950ed3b9a881f87d92f (patch) | |
tree | 0d0b0b87b007f31b5e26ba07610fcedb63a0d86b /net/openntpd/Makefile | |
parent | 6cc456489e494152e9c6eb582024bea785340510 (diff) | |
download | pkgsrc-3f623d9582a8b716ad0c8950ed3b9a881f87d92f.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/openntpd/Makefile')
-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 |