diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-05 12:35:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-05 12:35:19 +0000 |
commit | bd9b1b719e9a936c8fbe31c7e259c7f6bb02cef1 (patch) | |
tree | 4434e7913eb492f11ff61f15e97eabdb5acd848d /audio/cripple | |
parent | f3f7fc6c27cb40f4056b6c4f24a35fb8f98cad51 (diff) | |
download | ports-bd9b1b719e9a936c8fbe31c7e259c7f6bb02cef1.tar.gz ports-bd9b1b719e9a936c8fbe31c7e259c7f6bb02cef1.zip |
Notes
Diffstat (limited to 'audio/cripple')
-rw-r--r-- | audio/cripple/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/cripple/Makefile b/audio/cripple/Makefile index 601e5d4683ce..c89a16e84954 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://www.vortex.prodigynet.co.uk/${PORTNAME}/ 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/lame\ 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> |