summaryrefslogtreecommitdiff
path: root/audio/id3
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /audio/id3
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/id3')
-rw-r--r--audio/id3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/id3/Makefile b/audio/id3/Makefile
index c0c6f4f182d..c08de1eb8a2 100644
--- a/audio/id3/Makefile
+++ b/audio/id3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:22:25 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:07:42 agc Exp $
DISTNAME= id3_0.12.orig
PKGNAME= id3-0.12
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= audio
MASTER_SITES= http://frantica.lly.org/~rcw/id3/
@@ -10,4 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://frantica.lly.org/~rcw/abcde/page/
COMMENT= ID3 v1.1 tag editor
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
.include "../../mk/bsd.pkg.mk"