diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:08:59 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:08:59 +0000 |
commit | db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06 (patch) | |
tree | 3d7b9b3c03997b86c2b05bf4090d5a10a40ce190 /science/netcdf4/files/patch-rules.make | |
parent | Update to version 1.2.10 (diff) |
science/netcdf
- Update to 3.6.2
graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version number
PR: 111347
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
Diffstat (limited to 'science/netcdf4/files/patch-rules.make')
-rw-r--r-- | science/netcdf4/files/patch-rules.make | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/science/netcdf4/files/patch-rules.make b/science/netcdf4/files/patch-rules.make deleted file mode 100644 index 4c9e564dc054..000000000000 --- a/science/netcdf4/files/patch-rules.make +++ /dev/null @@ -1,19 +0,0 @@ ---- rules.make.orig Sat Dec 18 05:34:48 2004 -+++ rules.make Thu Jan 6 15:12:59 2005 -@@ -145,14 +145,8 @@ - $(INSTALL) $(MANUAL) $@ - $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL) - $(INSTALL) $(MANUAL) $@ --$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ -- $(MANDIR)/man3f -- rm -f $@ -- ln -s $(MANDIR)/man3/$(MANUAL) $@ --$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ -- $(MANDIR)/man3f90 -- rm -f $@ -- ln -s $(MANDIR)/man3/$(MANUAL) $@ -+$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) -+$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) - - ################################################################################ - # Cleanup: |