summaryrefslogtreecommitdiff
path: root/devel/netcdf/patches/patch-ad
blob: 2c8fd8b09ba58d4c6991a62b6311a68d1efbcfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
$NetBSD: patch-ad,v 1.3 2003/03/02 08:26:10 jtb Exp $

--- Makefile.orig	Tue Feb 27 16:04:32 2001
+++ Makefile
@@ -27,9 +27,8 @@ PACKING_LIST	= \
 		rules.make
 
 
-all:		libsrc/all	\
-		fortran/all	\
-		f90/all	\
+all:		fortran/all	\
+		libsrc/all	\
 		ncdump/all	\
 		ncgen/all	\
 		cxx/all
@@ -64,7 +63,7 @@ distclean:	libsrc/distclean \
 		nctest/distclean nc_test/distclean \
 		fortran/distclean f90/distclean nf_test/distclean \
 		ncdump/distclean ncgen/distclean cxx/distclean \
-		clean_macros 
+		clean_macros
 
 clean_macros:
 	-cp macros.make.def macros.make
@@ -162,7 +161,7 @@ subdir_target:
 	@echo "Returning to directory `pwd`"
 	@echo ""
 
-install:	whatis
+install:
 whatis:		$(MANDIR)/$(WHATIS)
 $(MANDIR)/$(WHATIS):	$(MANDIR)
 	$(MAKEWHATIS_CMD)
@@ -189,7 +188,7 @@ check_system:	FORCE
 	*) exit 0;; \
 	esac
 
-# Make a compressed, tar(1) file of the source distribution in the current 
+# Make a compressed, tar(1) file of the source distribution in the current
 # directory.
 #
 tar.Z:		check_system FORCE
@@ -225,10 +224,10 @@ ftp:		check_system FORCE
 
 $(FTPDIR)/$(PACKAGE)-$(VERSION).tar.Z:	$(PACKAGE)-$(VERSION).tar.Z
 	rm -f $@
-	cp $(PACKAGE)-$(VERSION).tar.Z $@ 
+	cp $(PACKAGE)-$(VERSION).tar.Z $@
 	chmod u+rw,g+rw,o=r $@
 
-# Make a compressed, tar(1) file of the binary distribution in the 
+# Make a compressed, tar(1) file of the binary distribution in the
 # appropriate FTP directory.
 #
 binftp:		FORCE