mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
sysutils/rdate: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
9e51b8e0f1
commit
98e56d8a63
@ -1,5 +1,6 @@
|
||||
PORTNAME= rdate
|
||||
PORTVERSION= 20150501
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/rdate/ \
|
||||
LOCAL/johans
|
||||
@ -9,7 +10,7 @@ COMMENT= Sets the clock of the local host to the time of another host
|
||||
|
||||
CFLAGS+= -DNO_UTIL -D__dead= -D'SA_LEN(x)=(x)->sa_len'
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PLIST_FILES= sbin/rdate man/man8/${PORTNAME}.8.gz
|
||||
PLIST_FILES= sbin/rdate share/man/man8/${PORTNAME}.8.gz
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -24,6 +25,6 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rdate ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/rdate.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/rdate.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user