Date: Wed, 31 May 2017 17:46:59 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442248 - head/astro/gpsd Message-ID: <201705311746.v4VHkx9t059352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 31 17:46:59 2017 New Revision: 442248 URL: https://svnweb.freebsd.org/changeset/ports/442248 Log: - Don't needlessly rebuild bundled manpages, drop unneeded build depends PR: 217147 Submitted by: jau@iki.fi Approved by: z7dr6ut7gs@snkmail.com (maintainer) Modified: head/astro/gpsd/Makefile Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Wed May 31 17:36:18 2017 (r442247) +++ head/astro/gpsd/Makefile Wed May 31 17:46:59 2017 (r442248) @@ -12,16 +12,14 @@ COMMENT= Daemon that monitors one or more GPSes attach 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311746.v4VHkx9t059352>