diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /audio/tremor | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/tremor')
-rw-r--r-- | audio/tremor/Makefile | 4 |
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 |