mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
astro/gpxloggerd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
40cd061a77
commit
f5af5b07e5
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= gpxloggerd
|
PORTNAME= gpxloggerd
|
||||||
PORTVERSION= 0.2.5
|
PORTVERSION= 0.2.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= astro
|
CATEGORIES= astro
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= glebius
|
GH_ACCOUNT= glebius
|
||||||
|
@ -11,12 +12,12 @@ LIB_DEPENDS= libgps.so:astro/gpsd
|
||||||
|
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
PLIST_FILES= sbin/${PORTNAME} \
|
PLIST_FILES= sbin/${PORTNAME} \
|
||||||
man/man8/${PORTNAME}.8.gz
|
share/man/man8/${PORTNAME}.8.gz
|
||||||
|
|
||||||
LDFLAGS+= -lm
|
LDFLAGS+= -lm
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
|
||||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8/
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue