diff options
author | fredb <fredb@pkgsrc.org> | 2003-10-24 04:35:16 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-10-24 04:35:16 +0000 |
commit | f7d372288fecc80243256e346c6eff00a28d2859 (patch) | |
tree | c0108fee11dada535fa6e76f1b1de7cdcf305af2 /net/ntp4 | |
parent | 72ac4f53c44f56d28f8c86e2731e4803094a4a91 (diff) | |
download | pkgsrc-f7d372288fecc80243256e346c6eff00a28d2859.tar.gz |
Whitespace cleanup.
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 |