diff options
author | hubertf <hubertf> | 1999-10-26 13:19:16 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-10-26 13:19:16 +0000 |
commit | 153ec21ded45180b69cf74124273b239e64ea320 (patch) | |
tree | 8244101c6f109971d7cdf132addbf74148a65d85 | |
parent | 81624d9d47566d971557546ebb9cb3d42f57f54d (diff) | |
download | pkgsrc-153ec21ded45180b69cf74124273b239e64ea320.tar.gz |
Add note link to compile-instructions if someone doesn't find the
desired binary package.
Suggested by David Brownlee <abs@mono.org>
-rw-r--r-- | templates/README.pkg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index 42788a456f5..7c5f9e42b55 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.pkg,v 1.10 1999/10/07 01:48:44 hubertf Exp $ --> +<!-- $NetBSD: README.pkg,v 1.11 1999/10/26 13:19:16 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -54,6 +54,10 @@ architectures: %%BIN_PKGS%% </UL> +The NetBSD packages collection is designed to permit + easy <a href="../../README">installation from source</a> - + particularly useful if the latest binary package is + not available for your chosen platform. </p> <hr noshade> |