Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 12:35:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350226 - head/audio/cripple
Message-ID:  <201404051235.s35CZJcH076669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr  5 12:35:19 2014
New Revision: 350226
URL: http://svnweb.freebsd.org/changeset/ports/350226
QAT: https://qat.redports.org/buildarchive/r350226/

Log:
  Support stage

Modified:
  head/audio/cripple/Makefile

Modified: head/audio/cripple/Makefile
==============================================================================
--- head/audio/cripple/Makefile	Sat Apr  5 12:32:48 2014	(r350225)
+++ head/audio/cripple/Makefile	Sat Apr  5 12:35:19 2014	(r350226)
@@ -10,8 +10,7 @@ MASTER_SITES=	http://www.vortex.prodigyn
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Command line CD ripper/encoder wrapper with cddb support
 
-NO_STAGE=	yes
-USE_BZIP2=	yes
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 
 LIB_DEPENDS+=	libcdio.so:${PORTSDIR}/sysutils/libcdio
@@ -19,10 +18,9 @@ RUN_DEPENDS+=	lame:${PORTSDIR}/audio/lam
 		cdparanoia:${PORTSDIR}/audio/cdparanoia \
 		cdda2wav:${PORTSDIR}/sysutils/cdrtools
 
-MAN1=		cripple.1
-
 ALL_TARGET=	${PORTNAME}
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/cripple.1.gz
 
 .include <bsd.port.mk>



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