mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
audio/mikmod: Move man pages to share/man
This commit is contained in:
parent
19bc22b942
commit
19d0591ba1
@ -1,5 +1,6 @@
|
||||
PORTNAME= mikmod
|
||||
PORTVERSION= 3.2.8
|
||||
DISTVERSION= 3.2.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF \
|
||||
LOCAL/ehaupt
|
||||
@ -12,12 +13,13 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libmikmod.so:audio/libmikmod
|
||||
|
||||
USES= gmake ncurses
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake ncurses
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
PLIST_FILES= bin/mikmod \
|
||||
man/man1/mikmod.1.gz \
|
||||
%%DATADIR%%/mikmodrc
|
||||
PLIST_FILES= %%DATADIR%%/mikmodrc \
|
||||
bin/mikmod \
|
||||
share/man/man1/mikmod.1.gz
|
||||
PORTDOCS= AUTHORS NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
Loading…
Reference in New Issue
Block a user