summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-05-09 21:21:42 +0000
committerjhb <jhb@FreeBSD.org>2000-05-09 21:21:42 +0000
commitbe5c6ddb30db57e179969f3e02e298f19deeb190 (patch)
tree8a3012bbb830d463192c81d0bb5c1d1a95146429 /release/Makefile
parentdc4d8418661bd3c00c580e5c5d67a7497297bc7a (diff)
downloadFreeBSD-src-be5c6ddb30db57e179969f3e02e298f19deeb190.zip
FreeBSD-src-be5c6ddb30db57e179969f3e02e298f19deeb190.tar.gz
Actually, overriding DISTFILES at all is just a bad idea, so remove the
variable all together. PR: misc/14104 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 3e3f610..fccff49 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
OpenPOWER on IntegriCloud