summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authortnn <tnn>2009-08-10 00:05:35 +0000
committertnn <tnn>2009-08-10 00:05:35 +0000
commit09f993d2d94a132aba81710544ce2953ff74a302 (patch)
tree0095be6dd1431b7be801c04c609d25abcb33f828 /audio/faad2
parentd6600ddfa6ac957973622cbfa3914b4cab3a381f (diff)
downloadpkgsrc-09f993d2d94a132aba81710544ce2953ff74a302.tar.gz
fix a typo
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 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"