From cabd12b4779f4db58643cc77218e84b989a451f2 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Fri, 18 Oct 2013 11:41:17 +0000 Subject: Fix a common mistake in many different packages: POSIX says that when using pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me. --- audio/festvox-en1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/festvox-en1') diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile index 2f95cb4b9f9..135c79adac8 100644 --- a/audio/festvox-en1/Makefile +++ b/audio/festvox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:33 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/10/18 11:41:17 bsiegert Exp $ DISTNAME= festvox_en1 PKGNAME= festvox-en1-1.4.0 @@ -30,6 +30,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FHOME} cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME} #ugh ${LN} -fs ../../../../../mbrola/voices/en1 ${DESTDIR}${MBROLA} -- cgit v1.2.3