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/nettle2/files/patch-Makefile.in | |
parent | 0bd25ce4d438bdf188b75f4c792d3ada616f9325 (diff) | |
download | ports-34cbd67e9d6ed9590507ff1de5fbe0ce80368063.tar.gz ports-34cbd67e9d6ed9590507ff1de5fbe0ce80368063.zip |
Notes
Diffstat (limited to 'security/nettle2/files/patch-Makefile.in')
-rw-r--r-- | security/nettle2/files/patch-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/nettle2/files/patch-Makefile.in b/security/nettle2/files/patch-Makefile.in new file mode 100644 index 000000000000..5e9e5bd2c686 --- /dev/null +++ b/security/nettle2/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 |