73e9ddfd64
- Add "dest" to CONFIGURE_STYLE instead of patching prefix. - Add patches to fix gettext message catalog warnings from naddy@ - Remove some unnecessary plugin files. help from naddy@
22 lines
823 B
Plaintext
22 lines
823 B
Plaintext
$OpenBSD: patch-Expense_Makefile_in,v 1.2 2001/06/03 17:45:00 pvalchev Exp $
|
|
--- Expense/Makefile.in.orig Thu Dec 7 15:44:26 2000
|
|
+++ Expense/Makefile.in Wed May 30 19:42:03 2001
|
|
@@ -52,13 +52,15 @@ distclean: clean
|
|
install:
|
|
./install-sh -d -m 755 $(prefix)/lib/jpilot; \
|
|
./install-sh -d -m 755 $(prefix)/lib/jpilot/plugins; \
|
|
- ../libtool --mode=install ./install-sh \
|
|
+ ../libtool --mode=install ./install-sh -c \
|
|
libexpense.la $(prefix)/lib/jpilot/plugins
|
|
+ ln $(prefix)/lib/jpilot/plugins/libexpense.so.1.1 \
|
|
+ $(prefix)/lib/jpilot/plugins/libexpense.so
|
|
|
|
local_install:
|
|
./install-sh -d -m 755 $(HOME)/.jpilot; \
|
|
./install-sh -d -m 755 $(HOME)/.jpilot/plugins; \
|
|
- ../libtool --mode=install ./install-sh \
|
|
+ ../libtool --mode=install ./install-sh -c \
|
|
libexpense.la $(HOME)/.jpilot/plugins
|
|
|
|
uninstall:
|