aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 15:01:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 15:01:56 +0000
commit88b1b406c774a3b96d5eace5699d490e8d3a6353 (patch)
treeb248abc751e99c123b7e665290f2013bc7cc714b
parentcd310c0054c808bd4c2cb0b9156ae7a8338420d2 (diff)
downloadports-88b1b406c774a3b96d5eace5699d490e8d3a6353.tar.gz
ports-88b1b406c774a3b96d5eace5699d490e8d3a6353.zip
net/nload: Move man pages to share/man
-rw-r--r--net/nload/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile
index 2fa97e4c655b..616a4ff31521 100644
--- a/net/nload/Makefile
+++ b/net/nload/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nload
-PORTVERSION= 0.7.4
-PORTREVISION= 1
+DISTVERSION= 0.7.4
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.roland-riegel.de/nload/ \
LOCAL/ehaupt
@@ -11,10 +11,12 @@ WWW= http://www.roland-riegel.de/nload/
LICENSE= GPLv2
-USES= ncurses
-GNU_CONFIGURE= yes
+USES= ncurses
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/nload man/man1/nload.1.gz
+PLIST_FILES= bin/nload \
+ share/man/man1/nload.1.gz
post-patch:
@${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \