27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2001/07/13 14:03:20 reinhard Exp $
|
|
--- Makefile.in.orig Thu Apr 19 09:13:34 2001
|
|
+++ Makefile.in Thu Jul 12 11:28:35 2001
|
|
@@ -184,6 +184,9 @@ config: FORCE
|
|
#INSTMAN=${PREFIX}/man # for faking
|
|
#INSTPLUG=${PREFIX}/lib # for faking
|
|
|
|
+INSTDIR=${PREFIX}/bin # for faking
|
|
+INSTMAN=${PREFIX}/man # for faking
|
|
+INSTPLUG=${PREFIX}/lib # for faking
|
|
install:
|
|
#Installing X Northern Captain...
|
|
$(INS) ./users.xnc $(INSTDIR)
|
|
@@ -202,9 +205,9 @@ install:
|
|
$(INS) ./launch/xnlaunch $(INSTDIR)
|
|
/bin/sh ./replace.script
|
|
mkdir -p $(INSTPLUG)
|
|
- $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
|
|
- $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
|
|
- echo "Don't foget run 'xncsetup' before starting XNC"
|
|
+ $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)/libxncfive.so.0.0
|
|
+ $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)/libxncaqua.so.0.0
|
|
+ echo "Don't forget run 'xncsetup' before starting XNC"
|
|
|
|
install-rpm:
|
|
cp ./yo-man/*.1 /usr/local/man/man1
|