summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-06-11 06:37:54 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-06-11 06:37:54 +0000
commita1ee99424f571697d43d2f2ce84a2d0c5fe9db19 (patch)
treeaea6c407952f7342b34fdd4e8c4504d5c5e2cab3 /print/ghostscript-afpl/Makefile
parentenable ghostscript 5 port (diff)
- The package other fonts doesn't have the trailing fonts/ path,
so other-fonts were extracted into /usr/local/share/ghostscript instead of /usr/local/share/ghostscript/fonts - Corrected PLIST file
Notes
Notes: svn path=/head/; revision=6860
Diffstat (limited to 'print/ghostscript-afpl/Makefile')
-rw-r--r--print/ghostscript-afpl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index d0ce7d07f521..4024799942c5 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/11 06:20:46 andreas Exp $
#
DISTNAME= ghostscript-5.0
@@ -55,8 +55,10 @@ do-configure:
pre-install:
@${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1
- (cd ${PREFIX}/share/ghostscript ; tar -xzf ${DISTDIR}/${GS_FONTS_STD})
- (cd ${PREFIX}/share/ghostscript ; tar -xzf ${DISTDIR}/${GS_FONTS_OTHER})
+ (cd ${PREFIX}/share/ghostscript ; \
+ tar -xzf ${DISTDIR}/${GS_FONTS_STD})
+ (cd ${PREFIX}/share/ghostscript/fonts ; \
+ tar -xzf ${DISTDIR}/${GS_FONTS_OTHER})
post-install:
strip ${PREFIX}/bin/gs