diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 23:01:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 23:01:31 +0800 |
commit | 7bd47e3996c943352cf6c47695199b19168caacb (patch) | |
tree | 7697d7deedc8c6681de7a0bb986f43969276f15a /audio | |
parent | 6a278d3ca961c316f90b5e570762b3539152aaf7 (diff) | |
download | freebsd-ports-gnome-7bd47e3996c943352cf6c47695199b19168caacb.tar.gz freebsd-ports-gnome-7bd47e3996c943352cf6c47695199b19168caacb.tar.zst freebsd-ports-gnome-7bd47e3996c943352cf6c47695199b19168caacb.zip |
- Stage support
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}" |