diff options
author | damon <damon@pkgsrc.org> | 2001-11-03 03:26:08 +0000 |
---|---|---|
committer | damon <damon@pkgsrc.org> | 2001-11-03 03:26:08 +0000 |
commit | e7a67c188e3ca4dd2013f08de31a82c56b684814 (patch) | |
tree | 5f64679f58fd0d931badce698f020369015c8a2e /templates | |
parent | 7cf8503f826a8dcb60b7c664ad61ec7b2690bc89 (diff) | |
download | pkgsrc-e7a67c188e3ca4dd2013f08de31a82c56b684814.tar.gz |
Fix the location of DESCR for the readme files
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.pkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index fe167a32819..8b5e2c7fcbb 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- $NetBSD: README.pkg,v 1.20 2001/03/19 17:44:30 wiz Exp $ --> +<!-- $NetBSD: README.pkg,v 1.21 2001/11/03 03:26:08 damon Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -18,7 +18,7 @@ </I> </p> -<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a +<p>Please read the file "<a href="DESCR">DESCR</a>" for a longer description, or browse the package's <A HREF="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/%%PORT%%/">history</A>. </p> |