aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 05:39:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 05:39:27 +0000
commit5f2f3f792137cb0e83e8127f94f07a7316058b5e (patch)
treed7ff6705e9cb877ebcc324801d4a6c6ca6b04429
parent85135199f722ce7e3fa46f229f46de311a94681b (diff)
downloadports-5f2f3f792137cb0e83e8127f94f07a7316058b5e.tar.gz
ports-5f2f3f792137cb0e83e8127f94f07a7316058b5e.zip
sysutils/iograph: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/iograph/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/iograph/Makefile b/sysutils/iograph/Makefile
index ae19515e65d5..680d6cdd32cc 100644
--- a/sysutils/iograph/Makefile
+++ b/sysutils/iograph/Makefile
@@ -1,5 +1,6 @@
PORTNAME= iograph
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/iograph
@@ -11,11 +12,12 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/iograph \
- man/man8/iograph.8.gz \
+ share/man/man8/iograph.8.gz \
%%DATADIR%%/in.gif \
%%DATADIR%%/out.gif \
%%DATADIR%%/iograph.gif
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
.include <bsd.port.mk>