Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 13:59:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337244 - head/audio/umix
Message-ID:  <201312231359.rBNDxL1R087211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 23 13:59:20 2013
New Revision: 337244
URL: http://svnweb.freebsd.org/changeset/ports/337244

Log:
  - Support staging

Modified:
  head/audio/umix/Makefile

Modified: head/audio/umix/Makefile
==============================================================================
--- head/audio/umix/Makefile	Mon Dec 23 13:59:06 2013	(r337243)
+++ head/audio/umix/Makefile	Mon Dec 23 13:59:20 2013	(r337244)
@@ -11,10 +11,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Advanced tool for adjusting soundcard mixers, replacement for aumix
 
 GNU_CONFIGURE=	yes
-NO_STAGE=	yes
 
-MAN1=		umix.1
-PLIST_FILES=	bin/umix
+PLIST_FILES=	bin/umix \
+		man/man1/umix.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e \



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