From 539536fae4fd527bda14770b3bd20226a83059a5 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 1 May 1999 12:34:38 +0000 Subject: Switch to using USE_ZIP along with minor cleanups to some ports. --- audio/id3ren/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'audio') 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 # -# $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 -- cgit v1.2.3