svn commit: r350226 - head/audio/cripple

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 5 14:13:01 UTC 2014


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


More information about the svn-ports-all mailing list