mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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>
This commit is contained in:
parent
6b972e0bdd
commit
065aa0a04f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue