diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-21 23:40:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-21 23:40:47 +0000 |
commit | 638788de07b087c0756b64bf69382271e1cdc4d8 (patch) | |
tree | 30c46b32c45a3aa6da8b1cac939f71af72443ff0 /databases/db3/patches | |
parent | 233a3ac207a71790a920c64114cda2859d16de7b (diff) | |
download | pkgsrc-638788de07b087c0756b64bf69382271e1cdc4d8.tar.gz |
Use libtool to install programs that were linked with libtool.
Diffstat (limited to 'databases/db3/patches')
-rw-r--r-- | databases/db3/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/db3/patches/patch-aa b/databases/db3/patches/patch-aa index 44d052b7581..30c306bd862 100644 --- a/databases/db3/patches/patch-aa +++ b/databases/db3/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.6 2001/10/23 07:26:42 lukem Exp $ +$NetBSD: patch-aa,v 1.7 2001/11/21 23:40:47 jlam Exp $ ---- ../dist/Makefile.in.orig Fri Dec 1 10:07:33 2000 -+++ ../dist/Makefile.in Tue Oct 23 17:16:15 2001 +--- ../dist/Makefile.in.orig Thu Nov 30 18:07:33 2000 ++++ ../dist/Makefile.in @@ -17,7 +17,7 @@ INSTALLER= @INSTALLER@ @@ -256,9 +256,9 @@ $NetBSD: patch-aa,v 1.6 2001/10/23 07:26:42 lukem Exp $ - @$(INSTALLER) -fp $(PROGS) $(bindir) - @cd $(bindir) && (test ! -f $(strip) || $(strip) $(PROGS)) - @cd $(bindir) && $(chmod) $(emode) $(PROGS) -+ ${BSD_INSTALL_SCRIPT_DIR} $(includedir) $(bindir) ++ ${BSD_INSTALL_PROGRAM_DIR} $(bindir) + for i in $(PROGS); do \ -+ ${BSD_INSTALL_SCRIPT} $$i $(bindir); \ ++ $(LIBTOOL) ${BSD_INSTALL_PROGRAM} $$i $(bindir); \ + done uninstall_utilities: |