From afdebcf9a40e045d6fa993260a803c2cb44c4693 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 10 Apr 2003 01:28:03 +0000 Subject: make ${PAX} usage consistent: - group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup --- audio/festvox-us2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/festvox-us2') diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index b180d2682b2..f12263c36d2 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/07/18 15:19:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/10 01:28:11 grant Exp $ DISTNAME= festvox_us2 PKGNAME= festvox-us2-1.4.0 @@ -29,7 +29,7 @@ post-extract: @ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: - cd ${WRKSRC} && ${PAX} -r -w * ${FHOME} + cd ${WRKSRC} && ${PAX} -rw * ${FHOME} #ugh ${LN} -fs ../../../../../mbrola/voices/us2 ${MBROLA} ${LN} -fs ../../../../../mbrola/voices/us2/us2mrpa ${MBROLA} -- cgit v1.2.3