aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 03:12:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 03:31:38 +0000
commit8b2206107f1881edad413bc4a7d62294a38c2e79 (patch)
treeffa1f58ba62fd21cc73b876f91ae4f642517e591
parentd32022ba4769c910633e71fc7402bfc5a7acf80d (diff)
downloadports-8b2206107f1881edad413bc4a7d62294a38c2e79.tar.gz
ports-8b2206107f1881edad413bc4a7d62294a38c2e79.zip
databases/rrdman: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--databases/rrdman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/rrdman/Makefile b/databases/rrdman/Makefile
index b71548990bf4..e9e19aa2a351 100644
--- a/databases/rrdman/Makefile
+++ b/databases/rrdman/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rrdman
PORTVERSION= 1.0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases
MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION}
@@ -12,7 +12,8 @@ BUILD_DEPENDS= rrdtool:databases/rrdtool
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= YES
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= perl5
-PLIST_FILES= bin/rrd_hwreapply man/man1/rrd_hwreapply.1.gz
+PLIST_FILES= bin/rrd_hwreapply share/man/man1/rrd_hwreapply.1.gz
.include <bsd.port.mk>