mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/coolmail: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c8b35623d0
commit
771247d2bd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= coolmail
|
PORTNAME= coolmail
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SUNSITE/system/mail/biffs
|
MASTER_SITES= SUNSITE/system/mail/biffs
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ MAINTAINER= udo@schweigert-muc.de
|
||||||
COMMENT= Xbiff like mail tool with animated 3D graphics
|
COMMENT= Xbiff like mail tool with animated 3D graphics
|
||||||
|
|
||||||
PLIST_FILES= bin/coolmail \
|
PLIST_FILES= bin/coolmail \
|
||||||
man/man1/coolmail.1.gz
|
share/man/man1/coolmail.1.gz
|
||||||
|
|
||||||
USES= tar:tgz xorg
|
USES= tar:tgz xorg
|
||||||
USE_XORG= x11 xext xmu xi
|
USE_XORG= x11 xext xmu xi
|
||||||
|
@ -16,6 +16,6 @@ PATCH_STRIP= -p1
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
|
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
|
||||||
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/man/man1/coolmail.1
|
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/share/man/man1/coolmail.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue