aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 08:06:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 08:18:57 +0000
commit304f33cae808a3079b14c439efd49223a87915c7 (patch)
tree65569dc4d2fe04c88ba134dd61226b76500f29f1
parentf95dd2706bb93a4cddd4584b62b11a347f1b1fe9 (diff)
downloadports-304f33cae808a3079b14c439efd49223a87915c7.tar.gz
ports-304f33cae808a3079b14c439efd49223a87915c7.zip
net/ifstated: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/ifstated/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile
index 12bd3a9eaee0..2c9ba3d6659c 100644
--- a/net/ifstated/Makefile
+++ b/net/ifstated/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ifstated
PORTVERSION= 5.1
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 3
CATEGORIES= net
MASTER_SITES= LOCAL/tobik \
@@ -14,8 +14,8 @@ LIB_DEPENDS= libevent.so:devel/libevent
PLIST_FILES= etc/ifstated.conf-sample \
sbin/ifstated \
- man/man5/ifstated.conf.5.gz \
- man/man8/ifstated.8.gz
+ share/man/man5/ifstated.conf.5.gz \
+ share/man/man8/ifstated.8.gz
SUB_FILES= pkg-message
@@ -28,7 +28,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ifstated ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/ifstated.conf-sample ${STAGEDIR}${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/ifstated.conf.5 ${STAGEDIR}${PREFIX}/man/man5
- ${INSTALL_MAN} ${WRKSRC}/ifstated.8 ${STAGEDIR}${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/ifstated.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/ifstated.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>