summaryrefslogtreecommitdiff
path: root/audio/faad2
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/faad2
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/faad2')
-rw-r--r--audio/faad2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 832d85c1c9c..3fb2b93b151 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/11/06 20:00:12 reed Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/20 12:07:41 agc Exp $
#
DISTNAME= faad2-1.1
-WRKSRC= ${WRKDIR}/faad2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
@@ -14,6 +13,7 @@ RESTRICTED= Dolby doesn't allow binary distributions
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
+WRKSRC= ${WRKDIR}/faad2
USE_BUILDLINK2= YES
USE_GCC_SHLIB= YES
USE_GMAKE= YES