summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ntp4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index fb29ec67b59..15bb0938480 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2011/11/16 08:23:49 sbd Exp $
+# $NetBSD: Makefile,v 1.69 2012/04/08 16:58:05 bsiegert Exp $
#
DISTNAME= ntp-4.2.4p8
@@ -29,6 +29,8 @@ ALL_NTP_DOCS= ${DOCDIR} ${EXAMPLESDIR}
RCD_SCRIPTS= ntpd ntpdate
post-install:
+ ${MKDIR} ${DOCDIR}
+ ${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/html && pax -rw -pm . ${DOCDIR}
cd ${WRKSRC}/conf && pax -rw -pm . ${EXAMPLESDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${ALL_NTP_DOCS}