diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-29 21:41:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-29 21:41:31 +0000 |
commit | 34cbd67e9d6ed9590507ff1de5fbe0ce80368063 (patch) | |
tree | c99e9abc2ee3eb9abc73efbe17d88e2738a34878 /security/nettle/files/patch-Makefile.in | |
parent | - Update to version 0.9.6 (diff) |
- Install shared library (mostly for Pike 7.5 crypto toolkit)
- Install documentation and examples
- Utilize INFO
PR: 58338
Submitted by: Xavier Beaudouin <kiwi@plonk.home.oav.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=92600
Diffstat (limited to 'security/nettle/files/patch-Makefile.in')
-rw-r--r-- | security/nettle/files/patch-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/nettle/files/patch-Makefile.in b/security/nettle/files/patch-Makefile.in new file mode 100644 index 000000000000..5e9e5bd2c686 --- /dev/null +++ b/security/nettle/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Fri Oct 24 14:28:03 2003 ++++ Makefile.in Fri Oct 24 14:29:11 2003 +@@ -1067,7 +1067,6 @@ $(SHLIBFORLINK): $(SHLIBOBJECTS) + install-shared: $(SHLIBFORLINK) + $(INSTALL_DATA) $(SHLIBFORLINK) $(DESTDIR)$(libdir)/$(SHLIBFILE) + (cd $(DESTDIR)$(libdir) \ +- && ln -sf $(SHLIBFILE) $(SHLIBSONAME) \ + && ln -sf $(SHLIBFILE) $(SHLIBFORLINK) ) + + %.html : %.texinfo |