diff options
Diffstat (limited to 'astro/gpsd/Makefile')
-rw-r--r-- | astro/gpsd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index c7ffa3080e57..48d34f0b866a 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpsd -PORTVERSION= 2.30 +PORTVERSION= 2.32 CATEGORIES= astro MASTER_SITES= http://download.berlios.de/${PORTNAME}/ @@ -16,7 +16,7 @@ COMMENT= Daemon that monitors one or more GPSes attached to a host computer GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -MAN1= gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 xgps.1 +MAN1= gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 MAN3= libgps.3 libgpsd.3 libgpsmm.3 MAN5= rtcm-104.5 srec.5 MAN8= gpsd.8 @@ -110,6 +110,9 @@ CONFIGURE_ARGS+=--enable-pps CONFIGURE_ARGS+=--enable-dbus .endif +post-patch: + @${REINPLACE_CMD} -e '/XMLTO/d' ${WRKSRC}/Makefile.in + post-install: @${CAT} ${PKGMESSAGE} |