summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-08-10 00:05:35 +0000
committertnn <tnn@pkgsrc.org>2009-08-10 00:05:35 +0000
commit6e1ae7dae7c7b395f0370c624d9170cbdf239551 (patch)
tree0095be6dd1431b7be801c04c609d25abcb33f828
parent95a43b02ac79dea50b21ddaefc027e190d67243a (diff)
downloadpkgsrc-6e1ae7dae7c7b395f0370c624d9170cbdf239551.tar.gz
fix a typo
-rw-r--r--audio/faad2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 2ea79341996..5bf7c3832cb 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2009/08/10 00:01:55 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2009/08/10 00:05:35 tnn Exp $
DISTNAME= faad2-2.7
CATEGORIES= audio
@@ -35,6 +35,6 @@ post-extract:
pre-configure:
cp ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
- cd ${WRKSRC}/$$dir && autoreconf -if
+ cd ${WRKSRC} && autoreconf -if
.include "../../mk/bsd.pkg.mk"