aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:28:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:43:16 +0000
commit062215700104451123f91a1de9f0299bf214fb99 (patch)
treeedce8bb95a738f58931d5d5cfe03dbe1b6f701b7
parent6439704943c23cfca0015f80d5c868a991841633 (diff)
downloadports-062215700104451123f91a1de9f0299bf214fb99.tar.gz
ports-062215700104451123f91a1de9f0299bf214fb99.zip
misc/owrep: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/owrep/Makefile5
-rw-r--r--misc/owrep/pkg-plist4
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/owrep/Makefile b/misc/owrep/Makefile
index bdea81f3138a..414935c4cbd7 100644
--- a/misc/owrep/Makefile
+++ b/misc/owrep/Makefile
@@ -1,5 +1,6 @@
PORTNAME= owrep
DISTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.ml1.org.uk/distfiles/ \
http://www.ancientgeek.org.uk/distfiles/
@@ -20,8 +21,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/owrep ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/owrep.1 ${STAGEDIR}${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/owrep.conf.5 ${STAGEDIR}${PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/owrep.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/owrep.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
${INSTALL_DATA} ${WRKSRC}/owrep.conf.sample ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>
diff --git a/misc/owrep/pkg-plist b/misc/owrep/pkg-plist
index 82425ad10b42..72bddff7fdea 100644
--- a/misc/owrep/pkg-plist
+++ b/misc/owrep/pkg-plist
@@ -1,4 +1,4 @@
bin/owrep
@sample etc/owrep.conf.sample
-man/man1/owrep.1.gz
-man/man5/owrep.conf.5.gz
+share/man/man1/owrep.1.gz
+share/man/man5/owrep.conf.5.gz