diff options
author | wen <wen@pkgsrc.org> | 2012-10-27 11:50:42 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-10-27 11:50:42 +0000 |
commit | 2800070a5896fbcde51960529de0243056b131e9 (patch) | |
tree | 210c8c3c39a9b20ec91ebfe046c3da3ded606e75 /math/units/patches | |
parent | 34c10cfb15772fa2131a2f976a1c8bc3abfaf981 (diff) | |
download | pkgsrc-2800070a5896fbcde51960529de0243056b131e9.tar.gz |
Update to 2.01
Upstream changes:
Version 2.01 - 24 October 2012 (bug fix release)
* Fixed error in electronmass
* New definition for au
* Fixed DESTDIR support for installation
* Changed configure script for success with Solaris
* Small changes to manual
Diffstat (limited to 'math/units/patches')
-rw-r--r-- | math/units/patches/patch-Makefile.in | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/math/units/patches/patch-Makefile.in b/math/units/patches/patch-Makefile.in index 416cffa036e..5593e44649b 100644 --- a/math/units/patches/patch-Makefile.in +++ b/math/units/patches/patch-Makefile.in @@ -1,6 +1,7 @@ -$NetBSD: patch-Makefile.in,v 1.1 2012/09/13 23:27:05 asau Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2012/10/27 11:50:42 wen Exp $ ---- Makefile.in.orig 2012-05-02 20:37:55.000000000 +0000 +Comment: replace INSTALL_PROGRAM with INSTALL_SCRIPT +--- Makefile.in.orig 2012-10-27 08:12:36.000000000 +0000 +++ Makefile.in @@ -31,6 +31,7 @@ CC = @CC@ INSTALL = @INSTALL@ @@ -10,19 +11,11 @@ $NetBSD: patch-Makefile.in,v 1.1 2012/09/13 23:27:05 asau Exp $ MAKEINFO = makeinfo TEXI2DVI = texi2dvi TEXI2PDF = texi2pdf -@@ -84,11 +85,11 @@ units_cur_inst: units_cur - sed -e "s:outfile = 'currency.units':outfile='@UDAT@currency.units':" units_cur > units_cur_inst - - install-support: definitions.units currency.units units_cur_inst -- $(srcdir)/mkinstalldirs @UDAT@ $(DESTDIR)$(bindir) -- $(INSTALL_DATA) $(srcdir)/definitions.units @UDAT@definitions.units -- $(INSTALL_DATA) $(srcdir)/currency.units @UDAT@currency.units -- $(INSTALL_DATA) $(srcdir)/locale.map @UDAT@locale.map +@@ -88,7 +89,7 @@ install-support: definitions.units curre + $(INSTALL_DATA) $(srcdir)/definitions.units $(DESTDIR)@UDAT@definitions.units + $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)@UDAT@currency.units + $(INSTALL_DATA) $(srcdir)/locale.map $(DESTDIR)@UDAT@locale.map - $(INSTALL_PROGRAM) units_cur_inst $(DESTDIR)$(bindir)/`echo units_cur|sed '$(transform)'` -+ $(srcdir)/mkinstalldirs $(DESTDIR)@UDAT@ $(DESTDIR)$(bindir) -+ $(INSTALL_DATA) $(srcdir)/definitions.units $(DESTDIR)@UDAT@definitions.units -+ $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)@UDAT@currency.units -+ $(INSTALL_DATA) $(srcdir)/locale.map $(DESTDIR)@UDAT@locale.map + $(INSTALL_SCRIPT) units_cur_inst $(DESTDIR)$(bindir)/`echo units_cur|sed '$(transform)'` install: units@EXEEXT@ install-doc install-support |