diff options
author | asami <asami@FreeBSD.org> | 1997-03-05 17:20:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-05 17:20:07 +0800 |
commit | 32ba5fee1c7fc6ee1a8e3fb50926162d6a8a88a9 (patch) | |
tree | a9b7d32bff9d136a09a2c076bb85dcfdc8944bc6 /japanese/vfghostscript5/Makefile | |
parent | b8139af7975c68bfc4e6f35add892453cfb8a9ad (diff) | |
download | freebsd-ports-gnome-32ba5fee1c7fc6ee1a8e3fb50926162d6a8a88a9.tar.gz freebsd-ports-gnome-32ba5fee1c7fc6ee1a8e3fb50926162d6a8a88a9.tar.zst freebsd-ports-gnome-32ba5fee1c7fc6ee1a8e3fb50926162d6a8a88a9.zip |
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)
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} |