diff options
author | Felix Palmen <felix@palmen-it.de> | 2022-02-22 08:17:07 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-02-23 06:51:59 +0000 |
commit | 7348d90f96a93aa9bfe495e82b5a9128d8d40055 (patch) | |
tree | 9749320e43050282080d850f32de550fe45fb5f8 | |
parent | c8259e9a943e382a39cec579a87abb2d0300066b (diff) |
devel/simavr: Skip building docs
texlive upgrade to 20210325 broke the build of the simavr manual. As
upstream dist conatins the pre-built pdf files, just install them
instead.
PR: 262119
-rw-r--r-- | devel/simavr/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/simavr/Makefile b/devel/simavr/Makefile index ff94aad77ee6..ee1074295aeb 100644 --- a/devel/simavr/Makefile +++ b/devel/simavr/Makefile @@ -3,7 +3,7 @@ PORTNAME= simavr PORTVERSION= 1.7 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel emulators MAINTAINER= felix@palmen-it.de @@ -33,9 +33,6 @@ MAKE_ENV= SIMAVR_VERSION=v${PORTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES -DOCS_ALL_TARGET= doc -DOCS_USE= tex=latex:build tex=pdftex:build tex=texmf:build - AVR_STRIP_CMD?= avr-strip DUMPMACHINE= ${CC} -dumpmachine OBJDIRNAME= obj-$$(${DUMPMACHINE}) |