freebsd-ports/security/nettle/files/patch-Makefile.in
Sergei Kolobov 34cbd67e9d - 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
2003-10-29 21:41:31 +00:00

10 lines
379 B
Text

--- 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