Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 15:12:54 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341746 - head/textproc/jq
Message-ID:  <201401291512.s0TFCsmi005139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jan 29 15:12:54 2014
New Revision: 341746
URL: http://svnweb.freebsd.org/changeset/ports/341746
QAT: https://qat.redports.org/buildarchive/r341746/

Log:
  - STAGE-clean
  - Convert to OPTIONSng

Modified:
  head/textproc/jq/Makefile

Modified: head/textproc/jq/Makefile
==============================================================================
--- head/textproc/jq/Makefile	Wed Jan 29 15:04:46 2014	(r341745)
+++ head/textproc/jq/Makefile	Wed Jan 29 15:12:54 2014	(r341746)
@@ -9,21 +9,20 @@ MASTER_SITES=	http://stedolan.github.io/
 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
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/${PORTNAME}.1.gz
+PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS=	*
-.else
+.if !${PORT_OPTIONS:MDOCS}
 MAKE_ARGS=	docdir=
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291512.s0TFCsmi005139>