aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 06:38:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 07:04:45 +0000
commit98e56d8a6362963cf5dcc5165e1da34f7ac916be (patch)
tree2216bb740cbfdd61962d73458a356e5e1f0542ce
parent9e51b8e0f1dce00816d1608be1f6151b29128aae (diff)
downloadports-98e56d8a6362963cf5dcc5165e1da34f7ac916be.tar.gz
ports-98e56d8a6362963cf5dcc5165e1da34f7ac916be.zip
sysutils/rdate: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/rdate/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile
index 8b37150fbb6b..2b854e35092a 100644
--- a/sysutils/rdate/Makefile
+++ b/sysutils/rdate/Makefile
@@ -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>