Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 00:10:10 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328223 - head/audio/wmauda
Message-ID:  <201309250010.r8P0AAGl051994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Wed Sep 25 00:10:10 2013
New Revision: 328223
URL: http://svnweb.freebsd.org/changeset/ports/328223

Log:
  Support staging

Modified:
  head/audio/wmauda/Makefile

Modified: head/audio/wmauda/Makefile
==============================================================================
--- head/audio/wmauda/Makefile	Wed Sep 25 00:05:17 2013	(r328222)
+++ head/audio/wmauda/Makefile	Wed Sep 25 00:10:10 2013	(r328223)
@@ -16,15 +16,14 @@ RUN_DEPENDS=	audacious:${PORTSDIR}/multi
 LIB_DEPENDS=	libmowgli.so:${PORTSDIR}/devel/libmowgli
 
 USES=		gmake pkgconfig
-NO_STAGE=	yes
 USE_GNOME=	gnomeprefix gtk20
 CFLAGS+=	`pkg-config --cflags gtk+-2.0`
 MAKE_ENV=	MANPAGE_DIR=${MAN1PREFIX}/man/man1 \
 		LIBS="`pkg-config --libs gtk+-2.0`"
 
 PLIST_FILES=	bin/wmauda \
+		man/man1/wmauda.1.gz \
 		share/pixmaps/wmauda.xpm
-MAN1=	wmauda.1
 
 post-patch:
 	@${REINPLACE_CMD} -E 's,^(MANPAGE_DIR.*):=,\1\?=,; \



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