diff options
Diffstat (limited to 'audio/festlex-oald/Makefile')
-rw-r--r-- | audio/festlex-oald/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index c265d49416a..bd6fe3d1b9c 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/18 15:19:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/04/10 01:28:04 grant Exp $ DISTNAME= festlex_OALD PKGNAME= festlex-oald-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" |