lang/tcbasic: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
d3b6658ceb
commit
3371018fc1
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= tcbasic
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
@ -10,7 +11,8 @@ WWW= https://github.com/tcort/tcbasic
|
|||
LICENSE= GPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PLIST_FILES= bin/tcbasic man/man1/tcbasic.1.gz
|
||||
PLIST_FILES= bin/tcbasic share/man/man1/tcbasic.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue