aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 17:57:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 18:20:58 +0000
commit92e6ce52de09ef27d11741cb6abe1a64278a9bde (patch)
tree7383b8110dfcb98983f0432e05ad630a50eadc15
parentb4832213f377909faa3e87605f92aabe7971ba1e (diff)
downloadports-92e6ce52de09ef27d11741cb6abe1a64278a9bde.tar.gz
ports-92e6ce52de09ef27d11741cb6abe1a64278a9bde.zip
mail/surblhost: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--mail/surblhost/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/surblhost/Makefile b/mail/surblhost/Makefile
index 376c3b7d9c0b..3eb67403eb9f 100644
--- a/mail/surblhost/Makefile
+++ b/mail/surblhost/Makefile
@@ -1,5 +1,6 @@
PORTNAME= surblhost
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
@@ -9,7 +10,8 @@ WWW= https://surblhost.sourceforge.net/
USES= tar:bzip2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} \
- man/man1/surblhost.1.gz
+ share/man/man1/surblhost.1.gz
.include <bsd.port.mk>