aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 20:29:04 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 20:38:48 +0000
commitca25826fa4625d321bdf5a445237d478c81ac02d (patch)
treecf0ae17624c0064ea2dd504ca75ecb3eb507a91e
parentf9a6f89e6d4b3e15eff1bb15fa46c494c14a0e55 (diff)
mail/bbmail: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--mail/bbmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile
index a85e637206bc..ad24f673e2de 100644
--- a/mail/bbmail/Makefile
+++ b/mail/bbmail/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bbmail
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -14,7 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox
USES= pkgconfig xorg
USE_XORG= xext
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc
+PLIST_FILES= bin/bbmail share/man/man1/bbmail.1.gz share/bbtools/bbmail.rc
.include <bsd.port.mk>