2003-01-03 14:00:56 +00:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.4 2003/01/03 14:00:56 reinhard Exp $
|
|
|
|
--- Makefile.in.orig Wed Mar 27 13:16:28 2002
|
|
|
|
+++ Makefile.in Fri Mar 29 14:00:38 2002
|
|
|
|
@@ -273,14 +273,14 @@ install: install-$(PLUGINS)
|
|
|
|
$(INS) ./xjroot/xjpegroot $(INSTDIR)
|
2001-07-13 14:03:16 +00:00
|
|
|
$(INS) ./launch/xnlaunch $(INSTDIR)
|
2001-12-06 12:42:32 +00:00
|
|
|
$(INS) ./resloader/xncloader $(INSTDIR)
|
2003-01-03 14:00:56 +00:00
|
|
|
- /bin/sh ./replace.script
|
2001-12-06 12:42:32 +00:00
|
|
|
- @echo "Don't foget run 'xncsetup' before starting XNC"
|
2003-01-03 14:00:56 +00:00
|
|
|
+# /bin/sh ./replace.script
|
2001-12-06 12:42:32 +00:00
|
|
|
+ @echo "Don't forget run 'xncsetup' before starting XNC"
|
|
|
|
|
|
|
|
|
|
|
|
install-plugins:
|
2001-07-13 14:03:16 +00:00
|
|
|
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
|
|
|
|
|
2001-12-06 12:42:32 +00:00
|
|
|
install-:
|
|
|
|
@echo "Skipping..."
|