svn commit: r344023 - head/audio/mp3wrap

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 21:53:22 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list