summaryrefslogtreecommitdiff
path: root/sysutils/xnc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xnc/patches/patch-ab')
-rw-r--r--sysutils/xnc/patches/patch-ab48
1 files changed, 48 insertions, 0 deletions
diff --git a/sysutils/xnc/patches/patch-ab b/sysutils/xnc/patches/patch-ab
new file mode 100644
index 00000000000..50e402c1465
--- /dev/null
+++ b/sysutils/xnc/patches/patch-ab
@@ -0,0 +1,48 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/09/17 05:40:06 zuntum Exp $
+
+--- Makefile.in.orig Mon Jun 25 15:50:51 2001
++++ Makefile.in
+@@ -190,28 +190,30 @@
+
+ install: install-$(PLUGINS)
+ #Installing X Northern Captain...
+- $(INS) ./users.xnc $(INSTDIR)
+- $(INS) ./groups.xnc $(INSTDIR)
++ $(INSTALL_PROGRAM) ./users.xnc $(INSTDIR)
++ $(INSTALL_PROGRAM) ./groups.xnc $(INSTDIR)
+ $(INS) ./rpm.xnc $(INSTDIR)
+- $(INS) ./zips.xnc $(INSTDIR)
++ $(INSTALL_PROGRAM) ./zips.xnc $(INSTDIR)
+ $(INS) ./gzip.xnc $(INSTDIR)
+ $(INS) ./bzip.xnc $(INSTDIR)
+- $(INS) ./nc $(INSTDIR)/xnc
++ $(INSTALL_PROGRAM) ./nc $(INSTDIR)/xnc
+ $(INSM) ./yo-man/*.1 $(INSTMAN)/man1
+- $(INS) ./ives/ives $(INSTDIR)
+- $(INS) ./ives/es $(INSTDIR)
+- $(INS) ./ives/vs $(INSTDIR)
+- $(INS) ./xsetup/xncsetup $(INSTDIR)
+- $(INS) ./xjroot/xjpegroot $(INSTDIR)
+- $(INS) ./launch/xnlaunch $(INSTDIR)
+- /bin/sh ./replace.script
++ $(INSTALL_PROGRAM) ./ives/ives $(INSTDIR)
++ $(INSTALL_PROGRAM) ./ives/es $(INSTDIR)
++ $(INSTALL_PROGRAM) ./ives/vs $(INSTDIR)
++ $(INSTALL_PROGRAM) ./xsetup/xncsetup $(INSTDIR)
++ $(INSTALL_PROGRAM) ./xjroot/xjpegroot $(INSTDIR)
++ $(INSTALL_PROGRAM) ./launch/xnlaunch $(INSTDIR)
++# /bin/sh ./replace.script
+ @echo "Don't foget 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)
++# $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
++ cd ./plugins/five && make install
++ cd ./plugins/aqua && make install
+
+ install-:
+ @echo "Skipping..."