aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsd
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-06-01 01:46:59 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-06-01 01:46:59 +0800
commit6ce9d544df026b2aab66937170e02ab7ef8e9081 (patch)
tree3ef66c1feb6fb1b9b57943aead9f09ede4cd3603 /astro/gpsd
parent5ae9126de7862f2d969a58c48c249a770b4efe73 (diff)
downloadfreebsd-ports-gnome-6ce9d544df026b2aab66937170e02ab7ef8e9081.tar.gz
freebsd-ports-gnome-6ce9d544df026b2aab66937170e02ab7ef8e9081.tar.zst
freebsd-ports-gnome-6ce9d544df026b2aab66937170e02ab7ef8e9081.zip
- Don't needlessly rebuild bundled manpages, drop unneeded build depends
PR: 217147 Submitted by: jau@iki.fi Approved by: z7dr6ut7gs@snkmail.com (maintainer)
Diffstat (limited to 'astro/gpsd')
-rw-r--r--astro/gpsd/Makefile6
1 files changed, 2 insertions, 4 deletions
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