Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 15:01:31 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344233 - head/audio/pianobar
Message-ID:  <201402141501.s1EF1Vts086316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 14 15:01:31 2014
New Revision: 344233
URL: http://svnweb.freebsd.org/changeset/ports/344233
QAT: https://qat.redports.org/buildarchive/r344233/

Log:
  - Stage support

Modified:
  head/audio/pianobar/Makefile

Modified: head/audio/pianobar/Makefile
==============================================================================
--- head/audio/pianobar/Makefile	Fri Feb 14 15:01:29 2014	(r344232)
+++ head/audio/pianobar/Makefile	Fri Feb 14 15:01:31 2014	(r344233)
@@ -19,13 +19,10 @@ LIB_DEPENDS=	libao.so:${PORTSDIR}/audio/
 		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}"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141501.s1EF1Vts086316>