mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Stage support
This commit is contained in:
parent
9891e59a94
commit
660924a5eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344261
@ -12,7 +12,6 @@ MAINTAINER= h.skuhra@gmail.com
|
||||
COMMENT= Console-based music player with really cool features
|
||||
|
||||
USES= gmake pkgconfig iconv ncurses
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= HOSTCC=${CC}
|
||||
@ -175,9 +174,6 @@ CONFIGURE_ARGS+=CONFIG_DISCID=y
|
||||
CONFIGURE_ARGS+=CONFIG_DISCID=n
|
||||
.endif
|
||||
|
||||
MAN1= cmus.1 cmus-remote.1
|
||||
MAN7= cmus-tutorial.7
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,doc/cmus/examples,examples/cmus,g' \
|
||||
${WRKSRC}/Doc/cmus.txt
|
||||
|
@ -1,6 +1,9 @@
|
||||
bin/cmus
|
||||
bin/cmus-remote
|
||||
lib/cmus/ip/wav.so
|
||||
man/man1/cmus-remote.1.gz
|
||||
man/man1/cmus.1.gz
|
||||
man/man7/cmus-tutorial.7.gz
|
||||
%%FLAC%%lib/cmus/ip/flac.so
|
||||
%%MAD%%lib/cmus/ip/mad.so
|
||||
%%MODPLUG%%lib/cmus/ip/modplug.so
|
||||
|
Loading…
Reference in New Issue
Block a user