diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 09:20:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 09:20:07 +0000 |
commit | 2894454617461b19a983553f135afdc8a7e8cb55 (patch) | |
tree | 518ed126a72d0ba2bac2d21170c3646567577973 /japanese/vfghostscript5/Makefile | |
parent | Fix olvwm for 32bpp mode. Closes PR ports/2796. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=5851
Diffstat (limited to 'japanese/vfghostscript5/Makefile')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index 89d3c2f1e753..6eef6d1f4363 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $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} |