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-kal16/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/festvox-kal16') diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index 5899fb2ed48..25f30f78abb 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/09/27 23:17:42 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/04/10 01:28:07 grant Exp $ DISTNAME= festvox_kallpc16k PKGNAME= festvox-kal16-1.4.0 @@ -27,6 +27,6 @@ post-extract: do-install: ${INSTALL_DATA_DIR} ${FHOME} - cd ${WRKSRC} && ${PAX} -r -w * ${FHOME} + cd ${WRKSRC} && ${PAX} -rw * ${FHOME} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3