diff options
author | asami <asami@FreeBSD.org> | 2000-01-21 19:08:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-21 19:08:23 +0800 |
commit | 97884b3e8466f5e8dc6c45cfb8d17b8360136b61 (patch) | |
tree | 91d0bdf285fd62aa483c422b4aa558237a7f2d07 /Templates | |
parent | 07c3224020b83c0053266249faebcba02c22023a (diff) | |
download | freebsd-ports-gnome-97884b3e8466f5e8dc6c45cfb8d17b8360136b61.tar.gz freebsd-ports-gnome-97884b3e8466f5e8dc6c45cfb8d17b8360136b61.tar.zst freebsd-ports-gnome-97884b3e8466f5e8dc6c45cfb8d17b8360136b61.zip |
(1) Add new USE_BISON directive, which will expand to BUILD_DEPENDS on
4-current post bison-removal and to a no-op otherwise. Note this
should only be used when the software in question uses a feature
in bison that is not in byacc -- otherwise it should be patched to
use byacc (or detect the absense of bison correctly). [bsd.port.mk]
(2) Do not assume all category names are lowercase. In particular,
remove package links by removing them one by one, instead of doing
a "rm [a-z]*/${PKGNAME}.tgz". [bsd.port.mk]
(3) Do not assume the category name doesn't include a path separator
(/). Make links accordingly. [bsd.port.mk,README.category,README.port]
(4) Do not assume all category makefiles are directly under
${PORTSDIR}. [bsd.port.mk,README.category]
(5) Add new "package-name" target which prints out the directory name
to be used in the parent README.html. [bsd.port.subdir.mk]
(2) through (5) are in preparation for going to multi-level
categories. They shouldn't make any difference yet, but are committed
first so people can start testing.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/README.category | 2 | ||||
-rw-r--r-- | Templates/README.port | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Templates/README.category b/Templates/README.category index feca3fd648d1..1202f0f78bbd 100644 --- a/Templates/README.category +++ b/Templates/README.category @@ -16,6 +16,6 @@ </pre> <p><hr><p> -<a href="../README.html"> Go to top of ports tree</a> +<a href="../README.html"> Go to parent directory</a> </body> </html> diff --git a/Templates/README.port b/Templates/README.port index 8631114f300e..da5a9f82c338 100644 --- a/Templates/README.port +++ b/Templates/README.port @@ -14,7 +14,7 @@ <p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a longer description. -<p>Go to the <a href="../../README.html">top of the ports tree</a> for +<p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for a summary on how to use the ports collection. <p> @@ -25,6 +25,6 @@ a summary on how to use the ports collection. <p><hr><p> <a href="../README.html"> Go up one level</a> | -<a href="../../README.html"> Go to top of ports tree</a> +<a href="%%TOP%%/README.html"> Go to top of ports tree</a> </body> </html> |