diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 22:19:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 22:19:24 +0000 |
commit | e4bf1fcd3063db8bff73d15fe9253e3f7f0213e8 (patch) | |
tree | 96264f73d15f12f971d7d10ed53f8bb90530f705 /math/netcdf/files/patch-aa | |
parent | Populate newly create net-p2p category with these ports: (diff) |
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497
Submitted by: /me
Repocopied by: marcus
Diffstat (limited to 'math/netcdf/files/patch-aa')
-rw-r--r-- | math/netcdf/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/math/netcdf/files/patch-aa b/math/netcdf/files/patch-aa deleted file mode 100644 index 4c9e564dc054..000000000000 --- a/math/netcdf/files/patch-aa +++ /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: |