mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- STAGE-clean
- Convert to OPTIONSng
This commit is contained in:
parent
20aa6b9438
commit
21aa3dafb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341746
@ -9,21 +9,20 @@ MASTER_SITES= http://stedolan.github.io/jq/download/source/
|
||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||
COMMENT= Lightweight and flexible command-line JSON processor
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-docs --docdir="${DOCSDIR}"
|
||||
USE_CSTD= gnu99
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
PORTDOCS= *
|
||||
.else
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
MAKE_ARGS= docdir=
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user