From be5c6ddb30db57e179969f3e02e298f19deeb190 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 9 May 2000 21:21:42 +0000 Subject: Actually, overriding DISTFILES at all is just a bad idea, so remove the variable all together. PR: misc/14104 Submitted by: Don Croyle --- release/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'release/Makefile') 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 -- cgit v1.1