mail/bbmail: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 21:29:04 +01:00
parent f9a6f89e6d
commit ca25826fa4
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -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>