diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-05 06:59:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-05 06:59:14 +0800 |
commit | 584852fdb7743ef84cd924e77b694f7dfe1c8f0e (patch) | |
tree | b63f75b107e35d8196af40dbab58eb5eb305e478 /astro/gpxloggerd | |
parent | 6bbe4f21dea0f023dd7fc3f7a781db7d52b4d38f (diff) | |
download | freebsd-ports-gnome-584852fdb7743ef84cd924e77b694f7dfe1c8f0e.tar.gz freebsd-ports-gnome-584852fdb7743ef84cd924e77b694f7dfe1c8f0e.tar.zst freebsd-ports-gnome-584852fdb7743ef84cd924e77b694f7dfe1c8f0e.zip |
Support stage
Diffstat (limited to 'astro/gpxloggerd')
-rw-r--r-- | astro/gpxloggerd/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/astro/gpxloggerd/Makefile b/astro/gpxloggerd/Makefile index c0c9e2369595..de6b1617e402 100644 --- a/astro/gpxloggerd/Makefile +++ b/astro/gpxloggerd/Makefile @@ -9,17 +9,16 @@ MASTER_SITES= LOCAL/glebius MAINTAINER= glebius@FreeBSD.org COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces -LIB_DEPENDS= gps:${PORTSDIR}/astro/gpsd +LIB_DEPENDS= libgps.so:${PORTSDIR}/astro/gpsd -NO_STAGE= yes USE_RC_SUBR= ${PORTNAME} -PLIST_FILES= sbin/${PORTNAME} -MAN8= ${PORTNAME}.8 +PLIST_FILES= sbin/${PORTNAME} \ + man/man8/${PORTNAME}.8.gz LDFLAGS+= -lm do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8/ .include <bsd.port.mk> |