diff options
author | rillig <rillig@pkgsrc.org> | 2008-03-01 18:58:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-03-01 18:58:52 +0000 |
commit | 60dcf607b79d456a930aa0d2686bc98c09114085 (patch) | |
tree | ed0d8e8e39693c62bc6d42e0b1cbc993c574bb78 /net/openntpd | |
parent | 5765c66f42f2eae1d0ad5f2663d8e4fd9c6191fe (diff) | |
download | pkgsrc-60dcf607b79d456a930aa0d2686bc98c09114085.tar.gz |
Added VARBASE to BUILD_DEFS and make the rest a bit simpler.
Diffstat (limited to 'net/openntpd')
-rw-r--r-- | net/openntpd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index d04aca9a0fc..a70ddbf53d3 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/01/18 05:08:47 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2008/03/01 18:58:52 rillig Exp $ DISTNAME= openntpd-3.9p1 PKGREVISION= 1 @@ -27,16 +27,15 @@ PKG_GROUPS= _ntp PKG_USERS= _ntp:_ntp PKG_HOME._ntp= ${VARBASE}/chroot/ntpd +BUILD_DEFS+= VARBASE + OWN_DIRS= ${VARBASE}/chroot/ntpd -INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ntpd ${PREFIX}/sbin/ntpd ${INSTALL_MAN} ${WRKSRC}/ntpd.8 ${PREFIX}/${PKGMANDIR}/man8/ntpd.8 ${INSTALL_MAN} ${WRKSRC}/ntpd.conf.5 ${PREFIX}/${PKGMANDIR}/man5/ntpd.conf.5 - -post-install: - @${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/ntpd.conf ${EGDIR}/ntpd.conf .include "../../security/openssl/buildlink3.mk" |