26 lines
800 B
Text
26 lines
800 B
Text
$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
|