From 6ce9d544df026b2aab66937170e02ab7ef8e9081 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 31 May 2017 17:46:59 +0000 Subject: - Don't needlessly rebuild bundled manpages, drop unneeded build depends PR: 217147 Submitted by: jau@iki.fi Approved by: z7dr6ut7gs@snkmail.com (maintainer) --- astro/gpsd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'astro/gpsd') diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 2dc6dc0ffa1c..7a4913e73577 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -12,16 +12,14 @@ COMMENT= Daemon that monitors one or more GPSes attached to a host computer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ - xsltproc:textproc/libxslt - USES= cpe pathfix pkgconfig python:2 scons shebangfix CPE_VENDOR= gpsd_project USE_RC_SUBR= gpsd SHEBANG_FILES= *.py gps/*.py gegps xgps gpscat xgpsspeed gpsprof \ gpsfake -MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" +MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ + manbuild=no MAKE_ENV= DESTDIR="${STAGEDIR}" PLIST_SUB= PYTHON_EGGINFO=gps-${PORTVERSION}.egg-info -- cgit