summaryrefslogtreecommitdiff
path: root/audio/id3
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /audio/id3
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.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"