diff options
author | asami <asami@FreeBSD.org> | 2000-10-02 01:27:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-02 01:27:40 +0800 |
commit | 2de09714066ec1c7b0a53a76c08869708f84abb4 (patch) | |
tree | 79183281c41d43adef42a0eeae9b44e9bad3e18f /Templates/README.port | |
parent | 841d177ed175f7c72e07e67f765b31958e410943 (diff) | |
download | freebsd-ports-graphics-2de09714066ec1c7b0a53a76c08869708f84abb4.tar.gz freebsd-ports-graphics-2de09714066ec1c7b0a53a76c08869708f84abb4.tar.zst freebsd-ports-graphics-2de09714066ec1c7b0a53a76c08869708f84abb4.zip |
(1) Add support for a "flat" directory structure, with no pkg/ and
patches/. In addition, patches live in files/ and files/md5 is
moved to "distinfo" in main directory.
It is disabled by default, but you can test it by defining
NEWLAYOUT. I will convert the entire ports tree in a week and
make NEWLAYOUT the default.
Reviewed by: the ports list
Submitted by: nectar ("distinfo" name)
(2) Bump XFree86 version number in PKG_IGNORE_DEPENDS.
(3) New variable RESTRICTED_FILES to be used when only a subset of a
RESTRICTED or NO_CDROM port's distfiles/patchfiles list is not
redistributable. (Set RESTRICTED_FILES to the list of
redistribution-challenged files.)
Reviewed by: the ports list
Diffstat (limited to 'Templates/README.port')
-rw-r--r-- | Templates/README.port | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/README.port b/Templates/README.port index da5a9f82c33..f883fc21ce3 100644 --- a/Templates/README.port +++ b/Templates/README.port @@ -11,7 +11,7 @@ %%COMMENT%% <p><hr> -<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a +<p>Please read the "<a href="%%DESCR%%">description file</a>" for a longer description. <p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for |