From 2894454617461b19a983553f135afdc8a7e8cb55 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 5 Mar 1997 09:20:07 +0000 Subject: Make installation directory first so "tar -C" won't fail mysteriously (by extracting the files in the current directory). Closes PR ports/2878. Submitted by: mita@jp.FreeBSD.org (MITA Yoshio) --- japanese/vfghostscript55/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'japanese/vfghostscript55') diff --git a/japanese/vfghostscript55/Makefile b/japanese/vfghostscript55/Makefile index 89d3c2f1e753..6eef6d1f4363 100644 --- a/japanese/vfghostscript55/Makefile +++ b/japanese/vfghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Nov 1996 # Whom: Mita Yoshio # -# $Id: Makefile,v 1.4 1997/01/03 01:38:33 max Exp $ +# $Id: Makefile,v 1.5 1997/03/03 06:37:52 asami Exp $ # DISTNAME= ghostscript-4.03 @@ -84,6 +84,7 @@ do-configure: .endif pre-install: + @mkdir -p ${PREFIX}/share/ghostscript @tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD} @tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER} -- cgit v1.2.3