diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:01:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:01:31 +0000 |
commit | f58b1279bc5b4b07d4be1cc5233413097333eacb (patch) | |
tree | 7697d7deedc8c6681de7a0bb986f43969276f15a /audio | |
parent | 30f7ad2aea6869b95b312dc8e981a05149b9cf96 (diff) | |
download | ports-f58b1279bc5b4b07d4be1cc5233413097333eacb.tar.gz ports-f58b1279bc5b4b07d4be1cc5233413097333eacb.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pianobar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index 4b8dbf327934..248b387169d8 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -19,13 +19,10 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ libjson.so:${PORTSDIR}/devel/json-c \ libgcrypt.so:${PORTSDIR}/security/libgcrypt -MAN1= pianobar.1 -MAN_COMPRESSED= no - -PLIST_FILES= bin/pianobar +PLIST_FILES= bin/pianobar \ + man/man1/pianobar.1.gz USES= gmake pkgconfig -NO_STAGE= yes USE_BZIP2= yes MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}" |