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 | 824f0dd84e017505094133c0004f754282a006ad (patch) | |
tree | c0108fee11dada535fa6e76f1b1de7cdcf305af2 /net | |
parent | 9805e411675c540a2050b47efed3b8b30fcd3eb7 (diff) | |
download | pkgsrc-824f0dd84e017505094133c0004f754282a006ad.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'net')
-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 |