diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cgit/Makefile | 2 | ||||
-rw-r--r-- | devel/vasm/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 8896c823ba5f..51ac6e7fd437 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -35,7 +35,7 @@ SUB_FILES= pkg-message PORTDOCS= ${PORTNAME}rc.5.txt OPTIONS_DEFINE= DOCS ASCIIDOC -OPTIONS_DEFAULT= DOCS ASCIIDOC +OPTIONS_DEFAULT= ASCIIDOC OPTIONS_SUB= yes ASCIIDOC_DESC= Use asciidoc to preprocess man page diff --git a/devel/vasm/Makefile b/devel/vasm/Makefile index 9bb307bdab9e..5d6f7c0fdfac 100644 --- a/devel/vasm/Makefile +++ b/devel/vasm/Makefile @@ -21,7 +21,6 @@ USES= gmake pathfix WRKSRC= ${WRKDIR}/vasm OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS DOCS_USES= makeinfo CPU_LIST= 6502 6800 arm c16x jagrisc m68k ppc qnice tr3200 vidcore x86 z80 |