summaryrefslogtreecommitdiff
path: root/audio/id3ren
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-05-01 12:34:38 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-05-01 12:34:38 +0000
commit539536fae4fd527bda14770b3bd20226a83059a5 (patch)
treeeff880fe16e3f1280be1ad7c9ada21c74eda89ed /audio/id3ren
parentBack out to rev 1.3, the last committer is steve. (diff)
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes: svn path=/head/; revision=18296
Diffstat (limited to 'audio/id3ren')
-rw-r--r--audio/id3ren/Makefile11
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>