diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:40:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:40:54 +0000 |
commit | 660924a5eb7c0e5ac24adc0fcb96272593f5ae9f (patch) | |
tree | 0a9e69a065d5a82f49e59cba4dc843552aca379b /audio/cmus | |
parent | 9891e59a94ccbf9aea58abf0d533dd67580fb61e (diff) | |
download | freebsd-ports-660924a5eb7c0e5ac24adc0fcb96272593f5ae9f.zip |
- Stage support
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 4 | ||||
-rw-r--r-- | audio/cmus/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index f12a2f4e3409..ecc0355f7a24 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -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 diff --git a/audio/cmus/pkg-plist b/audio/cmus/pkg-plist index fcf864431d79..83566f1a5b8f 100644 --- a/audio/cmus/pkg-plist +++ b/audio/cmus/pkg-plist @@ -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 |