Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 21:53:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344023 - head/audio/mp3wrap
Message-ID:  <201402122153.s1CLrMc8008256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 12 21:53:21 2014
New Revision: 344023
URL: http://svnweb.freebsd.org/changeset/ports/344023
QAT: https://qat.redports.org/buildarchive/r344023/

Log:
  Support staging

Modified:
  head/audio/mp3wrap/Makefile

Modified: head/audio/mp3wrap/Makefile
==============================================================================
--- head/audio/mp3wrap/Makefile	Wed Feb 12 21:52:23 2014	(r344022)
+++ head/audio/mp3wrap/Makefile	Wed Feb 12 21:53:21 2014	(r344023)
@@ -11,11 +11,9 @@ MAINTAINER=	uqs@FreeBSD.org
 COMMENT=	Utility to merge mp3 files (and other formats)
 
 GNU_CONFIGURE=	yes
-NO_STAGE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-MAN1=		mp3wrap.1
-PLIST_FILES=	bin/mp3wrap
+PLIST_FILES=	bin/mp3wrap man/man1/mp3wrap.1.gz
 
 .include <bsd.port.mk>



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