Skip to content

Commit

Permalink
databases/rrdman: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent d32022b commit 8b22061
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}

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

0 comments on commit 8b22061

Please sign in to comment.