diff options
Diffstat (limited to 'audio/festvox-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 367d700fb9d..4bd6678876f 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/18 15:19:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/04/10 01:28:05 grant Exp $ DISTNAME= festvox_ellpc11k PKGNAME= festvox-el11-1.4.0 @@ -25,6 +25,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" |