summaryrefslogtreecommitdiff
path: root/math/qrupdate/files/patch-src-Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-12 10:05:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-12 10:05:35 +0000
commit143ae701f1cc9d8c705cd91e73059209dc4359a5 (patch)
treecb8278de174b9060e1b28ca5e9d50675ae35520c /math/qrupdate/files/patch-src-Makefile
parentAdd CVE-2010-0562 entry for mail/fetchmail. (diff)
- Update to 1.1.1
PR: ports/143828 Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> (maintainer)
Notes
Notes: svn path=/head/; revision=249644
Diffstat (limited to 'math/qrupdate/files/patch-src-Makefile')
-rw-r--r--math/qrupdate/files/patch-src-Makefile27
1 files changed, 16 insertions, 11 deletions
diff --git a/math/qrupdate/files/patch-src-Makefile b/math/qrupdate/files/patch-src-Makefile
index a57f0d780a84..7e18d07e9843 100644
--- a/math/qrupdate/files/patch-src-Makefile
+++ b/math/qrupdate/files/patch-src-Makefile
@@ -1,14 +1,19 @@
---- src/Makefile.orig 2009-08-06 01:21:58.000000000 +1000
-+++ src/Makefile 2009-08-06 01:28:32.000000000 +1000
-@@ -52,9 +52,9 @@
- install: install-shlib install-staticlib
+--- src/Makefile
++++ src/Makefile
+@@ -65,14 +65,9 @@
+ install-shlib: ../libqrupdate$(SOEXT) install-lib$(SOEXT)
- install-shlib: ../libqrupdate.so
-- install -D -m644 ../libqrupdate.so $(PREFIX)/lib/libqrupdate.so.$(VERSION)
-+ install -s ../libqrupdate.so $(PREFIX)/lib/libqrupdate.so.$(VERSION)
- ln -s libqrupdate.so.$(VERSION) $(PREFIX)/lib/libqrupdate.so.$(MAJOR)
- ln -s libqrupdate.so.$(VERSION) $(PREFIX)/lib/libqrupdate.so
+ install-lib.so:
+- install -D -m644 ../libqrupdate.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so.$(VERSION)
++ install -s ../libqrupdate.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so.$(VERSION)
+ ln -s libqrupdate.so.$(VERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so.$(MAJOR)
+ ln -s libqrupdate.so.$(VERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so
+-install-lib.dylib:
+- install -D -m644 ../libqrupdate.dylib $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.$(VERSION).dylib
+- ln -s libqrupdate.$(VERSION).dylib $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.$(MAJOR).dylib
+- ln -s libqrupdate.$(VERSION).dylib $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.dylib
+-
install-staticlib: ../libqrupdate.a
-- install -D -m644 ../libqrupdate.a $(PREFIX)/lib/libqrupdate.a
-+ install -s ../libqrupdate.a $(PREFIX)/lib/libqrupdate.a
+- install -D -m644 ../libqrupdate.a $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.a
++ install -s ../libqrupdate.a $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.a