sysutils/rdate: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 07:38:11 +01:00
parent 9e51b8e0f1
commit 98e56d8a63
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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>