aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 07:34:50 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 07:34:50 +0000
commit0945acfc08f3902bf597f6591f12c7365ae58ea5 (patch)
tree8fcd0c4654a25e5ecba64cd2ae4ef7950293c5a2
parent363a435496ea016a52fcca7e50baa15169606827 (diff)
downloadports-0945acfc08f3902bf597f6591f12c7365ae58ea5.tar.gz
ports-0945acfc08f3902bf597f6591f12c7365ae58ea5.zip
net/dhcping: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/dhcping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile
index e464d2f78fbb..669319bf3a62 100644
--- a/net/dhcping/Makefile
+++ b/net/dhcping/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dhcping
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
@@ -11,8 +12,9 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/dhcping \
- man/man8/dhcping.8.gz
+ share/man/man8/dhcping.8.gz
.include <bsd.port.mk>