diff options
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 1e4995a970a..3c77c6e20a5 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 22:51:30 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/10/24 04:35:16 fredb Exp $ # DISTNAME= ntp-4.1.1a CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ +MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ MAINTAINER= fredb@NetBSD.org @@ -29,7 +29,7 @@ post-install: cd ${WRKSRC} && \ ${RM} conf/.cvsignore* 2> /dev/null || ${TRUE}; \ ${RM} html/.cvsignore* 2> /dev/null || ${TRUE}; \ - ${PAX} -rw -s "/html/ntp4/" html ${DOCDIR}; \ + ${PAX} -rw -s "/html/ntp4/" html ${DOCDIR}; \ ${PAX} -rw -s "/conf/ntp4/" conf ${EXAMPLESDIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR}/ntp4 ${EXAMPLESDIR}/ntp4 ${CHMOD} -R ${SHAREMODE} ${DOCDIR}/ntp4 ${EXAMPLESDIR}/ntp4 |