diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | 539536fae4fd527bda14770b3bd20226a83059a5 (patch) | |
tree | eff880fe16e3f1280be1ad7c9ada21c74eda89ed /audio | |
parent | f194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff) | |
download | ports-539536fae4fd527bda14770b3bd20226a83059a5.tar.gz ports-539536fae4fd527bda14770b3bd20226a83059a5.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes:
svn path=/head/; revision=18296
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3ren/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile index 1794bd6db09b..d8c14cf29bc5 100644 --- a/audio/id3ren/Makefile +++ b/audio/id3ren/Makefile @@ -4,24 +4,17 @@ # Date created: 28 February 1999 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/04/27 13:02:51 taoka Exp $ # DISTNAME= id3ren97a PKGNAME= id3ren-0.97a CATEGORIES= audio MASTER_SITES= http://tscnet.com/pages/badcrc/apps/id3ren/ -EXTRACT_SUFX= .zip MAINTAINER= jonny@jonny.eng.br -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - +USE_ZIP= yes WRKSRC= ${WRKDIR}/id3ren/src -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @unzip -q -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -d ${WRKDIR} - .include <bsd.port.mk> |