diff options
author | blackend <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
commit | c827154b94ce7ce4ef2a90d1cf105c526fbdfda3 (patch) | |
tree | 1c25967d953343f8689d7edf5b0dc9138c159e34 /games/flightgear-data/files | |
parent | 8c48b084c08d792c3f1263b46e01740cf691bd44 (diff) | |
download | FreeBSD-ports-c827154b94ce7ce4ef2a90d1cf105c526fbdfda3.zip FreeBSD-ports-c827154b94ce7ce4ef2a90d1cf105c526fbdfda3.tar.gz |
Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by: portmgr
Diffstat (limited to 'games/flightgear-data/files')
-rw-r--r-- | games/flightgear-data/files/patch-ab | 2 | ||||
-rw-r--r-- | games/flightgear-data/files/patch-ac | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/flightgear-data/files/patch-ab b/games/flightgear-data/files/patch-ab index 81840b3..ad1bccc 100644 --- a/games/flightgear-data/files/patch-ab +++ b/games/flightgear-data/files/patch-ab @@ -5,7 +5,7 @@ #include <Bucket/newbucket.hxx> +/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ ++/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */ +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> +#endif diff --git a/games/flightgear-data/files/patch-ac b/games/flightgear-data/files/patch-ac index e21b864..5918a46 100644 --- a/games/flightgear-data/files/patch-ac +++ b/games/flightgear-data/files/patch-ac @@ -5,7 +5,7 @@ #endif +// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this ++// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this + +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> @@ -52,7 +52,7 @@ #endif +// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this ++// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> +#endif |