diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-01 17:27:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-01 17:27:40 +0000 |
commit | 568b78afbdc0ae3f3074f984a5ac0dd493a9ac33 (patch) | |
tree | d985a3c1643be86c400365d1598dc3775114d5a8 /Templates | |
parent | ae8c79547a4422bd623eabd3716c6ebac945bff3 (diff) | |
download | ports-568b78afbdc0ae3f3074f984a5ac0dd493a9ac33.tar.gz ports-568b78afbdc0ae3f3074f984a5ac0dd493a9ac33.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
Notes
Notes:
svn path=/head/; revision=33299
Diffstat (limited to 'Templates')
-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 da5a9f82c338..f883fc21ce3a 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 |