summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-ab
blob: 46a05252bcdd7c721594e61083be5bf26f370bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ab,v 1.3 2006/02/18 16:09:59 wiz Exp $

--- Makefile.orig	2000-10-27 05:08:32.000000000 +0000
+++ Makefile
@@ -3,9 +3,8 @@ cp=/bin/cp
 mv=/bin/mv
 strip=/usr/bin/strip
 ln=/bin/ln
-PREFIX=/usr
 
-all:	make_impress make_font3d make_pstoedit
+all:	make_impress make_font3d
 
 make_font3d:
 	(cd font3d;make LDFLAGS=-static)
@@ -26,8 +25,8 @@ make_impress:
 $(PREFIX)/bin/pstoedit.orig:
 	@-mv $(PREFIX)/bin/pstoedit $(PREFIX)/bin/pstoedit.orig
 
-install: $(PREFIX)/bin/pstoedit.orig
+install:
 	install -c bin/impress $(PREFIX)/bin && rm -f $(PREFIX)/bin/impress.tcl && ${ln} -s $(PREFIX)/bin/impress $(PREFIX)/bin/impress.tcl
 	install -c bin/transeps $(PREFIX)/bin
 	install -c bin/font3d $(PREFIX)/bin
-	install -c bin/pstoedit $(PREFIX)/bin
+#	install -c bin/pstoedit $(PREFIX)/bin