1b099ba95b
manpage is vs.1. also resolves conflict with graphics/iview. "looks fine" naddy
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.5 2003/03/05 22:48:08 pvalchev Exp $
|
|
--- Makefile.in.orig Wed Mar 27 05:16:28 2002
|
|
+++ Makefile.in Wed Mar 5 15:30:36 2003
|
|
@@ -268,19 +268,19 @@ install: install-$(PLUGINS)
|
|
$(INSM) ./yo-man/*.1 $(INSTMAN)/man1
|
|
$(INS) ./ives/ives $(INSTDIR)
|
|
$(INS) ./ives/iedit $(INSTDIR)
|
|
- $(INS) ./ives/iview $(INSTDIR)
|
|
+ $(INS) ./ives/iview $(INSTDIR)/vs
|
|
$(INS) ./xsetup/xncsetup $(INSTDIR)
|
|
$(INS) ./xjroot/xjpegroot $(INSTDIR)
|
|
$(INS) ./launch/xnlaunch $(INSTDIR)
|
|
$(INS) ./resloader/xncloader $(INSTDIR)
|
|
- /bin/sh ./replace.script
|
|
- @echo "Don't foget run 'xncsetup' before starting XNC"
|
|
+# /bin/sh ./replace.script
|
|
+ @echo "Don't forget run 'xncsetup' before starting XNC"
|
|
|
|
|
|
install-plugins:
|
|
mkdir -p $(INSTPLUG)
|
|
- $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
|
|
- $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
|
|
+ $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)/libxncfive.so.0.0
|
|
+ $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)/libxncaqua.so.0.0
|
|
|
|
install-:
|
|
@echo "Skipping..."
|
|
@@ -290,7 +290,7 @@ install-rpm:
|
|
cp ./nc /usr/local/bin/xnc
|
|
cp ./ives/ives /usr/local/bin
|
|
cp ./ives/iedit /usr/local/bin
|
|
- cp ./ives/iview /usr/local/bin
|
|
+ cp ./ives/iview /usr/local/bin/vs
|
|
cp ./xsetup/xncsetup /usr/local/bin
|
|
cp ./xjroot/xjpegroot /usr/local/bin
|
|
cp ./launch/xnlaunch /usr/local/bin
|