summaryrefslogtreecommitdiff
path: root/audio/tremor
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/tremor
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/tremor')
-rw-r--r--audio/tremor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile
index e8d2de730f5..0636148598f 100644
--- a/audio/tremor/Makefile
+++ b/audio/tremor/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:23:35 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 12:07:43 agc Exp $
DISTNAME= tremor_snapshot_030406
PKGNAME= tremor-1.0.2
PKGREVISION= 3
-WRKSRC= ${WRKDIR}/Tremor
CATEGORIES= devel audio
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/
EXTRACT_SUFX= .tgz
@@ -12,6 +11,7 @@ MAINTAINER= chris@NetBSD.org
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Fixed point decoding library for the Ogg Vorbis audio encoding format
+WRKSRC= ${WRKDIR}/Tremor
AUTOMAKE_REQD= 1.4
GNU_CONFIGURE= yes
USE_GMAKE= yes