diff options
author | grant <grant> | 2003-04-10 01:28:03 +0000 |
---|---|---|
committer | grant <grant> | 2003-04-10 01:28:03 +0000 |
commit | 2d65f19925e5c795e06b94bd8db069e75ae2aa28 (patch) | |
tree | c67db081e20351feb52d2ca5fbde4b2c17aa2887 /net/ntp4 | |
parent | 3905ae8de1e929b7eb3402b27cc3173598ce5afc (diff) | |
download | pkgsrc-2d65f19925e5c795e06b94bd8db069e75ae2aa28.tar.gz |
make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some 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 ab2ca0991cb..06376d7ac5f 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/07/16 14:57:08 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2003/04/10 01:28:22 grant Exp $ # DISTNAME= ntp-4.1.1a @@ -29,8 +29,8 @@ post-install: cd ${WRKSRC} && \ ${RM} conf/.cvsignore* 2> /dev/null || ${TRUE}; \ ${RM} html/.cvsignore* 2> /dev/null || ${TRUE}; \ - ${PAX} -r -w -s "/html/ntp4/" html ${DOCDIR}; \ - ${PAX} -r -w -s "/conf/ntp4/" conf ${EXAMPLESDIR} + ${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 ${CHMOD} a+x ${DOCDIR}/ntp4 ${DOCDIR}/ntp4/hints ${DOCDIR}/ntp4/pic |