diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-05-09 21:21:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-05-09 21:21:42 +0000 |
| commit | 065aa0a04f3156087a6dae1f48d12171d91c91e1 (patch) | |
| tree | 70268b965e100230d0d6206ff27604d3915073af | |
| parent | 6b972e0bddd7eacbfc688044f0ac96eb8261d17b (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 3e3f6102d45f..fccff4937deb 100644 --- a/release/Makefile +++ b/release/Makefile @@ -56,9 +56,8 @@ OBJFORMAT?= elf # in English only. ALLLANG= yes DOCPORTS= textproc/docproj -DISTFILES?= ${.CURDIR}/../../ports/distfiles # Set this to wherever the distfiles required by ${DOCPORTS} live. -DOCDISTFILES?= ${DISTFILES} +DOCDISTFILES?= ${.CURDIR}/../../ports/distfiles DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \ RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT INSTALL.TXT |
