openbsd-ports/misc/xnc/patches/patch-Makefile_in

23 lines
811 B
Plaintext
Raw Normal View History

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)
$(INS) ./launch/xnlaunch $(INSTDIR)
$(INS) ./resloader/xncloader $(INSTDIR)
2003-01-03 14:00:56 +00:00
- /bin/sh ./replace.script
- @echo "Don't foget run 'xncsetup' before starting XNC"
2003-01-03 14:00:56 +00:00
+# /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..."