openbsd-ports/misc/xnc/patches/patch-Makefile_in
2005-12-30 23:25:56 +00:00

38 lines
1.3 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.6 2005/12/30 23:25:56 steven Exp $
--- Makefile.in.orig Wed Mar 27 13:16:28 2002
+++ Makefile.in Sat Dec 31 00:15:44 2005
@@ -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.$(LIBxncfive_VERSION)
+ $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)/libxncaqua.so.$(LIBxncaqua_VERSION)
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