diff options
author | tnn <tnn> | 2009-08-10 00:05:35 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-08-10 00:05:35 +0000 |
commit | cd844d2fb003f8130eab6a32dde636458f2b837e (patch) | |
tree | 0095be6dd1431b7be801c04c609d25abcb33f828 /audio/faad2/Makefile | |
parent | 13e7bd78dcb402c3f9c8098dedda7d5ed57fde26 (diff) | |
download | pkgsrc-cd844d2fb003f8130eab6a32dde636458f2b837e.tar.gz |
fix a typo
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r-- | audio/faad2/Makefile | 4 |
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" |