aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-02-23 14:08:17 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-02-23 14:09:04 +0000
commit882edec21f0a7c735d685f24da4ef51c90fdbe3f (patch)
tree71fe7db0e5ce65653ac3260b2b38f4b035e0d926
parent8722c4d222c66018c444ff3b99ea10b5f39c5fe9 (diff)
downloadports-882edec21f0a7c735d685f24da4ef51c90fdbe3f.tar.gz
ports-882edec21f0a7c735d685f24da4ef51c90fdbe3f.zip
www/cadaver: Moved manpages to share/man
Approved by: portmgr (blanket) Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--www/cadaver/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index ac1c5b9c63f2..097dc53c64ef 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cadaver
PORTVERSION= 0.24
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://notroj.github.io/cadaver/
@@ -12,9 +13,10 @@ LIB_DEPENDS= libneon.so:www/neon
USES= ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-netrc --with-ssl
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/cadaver \
- man/man1/cadaver.1.gz
+ share/man/man1/cadaver.1.gz
# Neither expat nor libneon are needed at all, but the configure
# script breaks if it can not find the Makefile* in them. Exclude