diff options
author | agc <agc@pkgsrc.org> | 1997-11-21 17:41:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-21 17:41:50 +0000 |
commit | f0a82f7acbe033af8cf85b99258576c1aa966e54 (patch) | |
tree | da33567bf5b04835b72bff1e585bab49c1e99179 /templates | |
parent | d3cd0b3a14d00fafdfa7ab67cfb6ad813fcb39e2 (diff) | |
download | pkgsrc-f0a82f7acbe033af8cf85b99258576c1aa966e54.tar.gz |
Modify for NetBSD a bit, and place some %%.*%% constructs on single
lines so that the sed commands in bsd.port.mk don't delete the whole
line of text.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.pkg | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index dfbd8f98e77..abcbb3a3dc8 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,31 +1,43 @@ -<!-- $NetBSD: README.pkg,v 1.2 1997/11/21 15:56:51 agc Exp $ --> +<!-- $NetBSD: README.pkg,v 1.3 1997/11/21 17:41:50 agc Exp $ --> <html> <title> The NetBSD Packages Collection (%%PORT%%)</title> <head><h1> The NetBSD Packages Collection ("%%PORT%%")</h1> </head> <hr> <body> -<p>You are now in the directory for the port "%%PORT%%" (package name "%%PKG%%"). +<p>You are now in the directory for the +"%%PORT%%" +package. It can be manipulated using the packaging tools, +working on the +"%%PKG%%" +package.</p> -<p>This is the one-line description for this port: +<p>A brief description of the package follows:</p> -<p><hr><p> +<p> +<hr> %%COMMENT%% -<p><hr> +<hr> +</p> <p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a longer description. +</p> <p>Go to the <a href="../../README.html">top of the packages tree</a> for a summary on how to use the packages collection. +</p> <p> %%BUILD_DEPENDS%% +</p> <p> %%RUN_DEPENDS%% +</p> -<p><hr><p> +<p><hr></p> <a href="../README.html"> Go up one level</a> | <a href="../../README.html"> Go to top of packages tree</a> +</p> </body> </html> |