diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-10 00:05:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-10 00:05:35 +0000 |
commit | f3a66f10483578483e1c813d992e6ab8ebb133fe (patch) | |
tree | 0095be6dd1431b7be801c04c609d25abcb33f828 /audio | |
parent | de87fbd8b61ae1fd545d35654fd2b560d4366a7d (diff) | |
download | pkgsrc-f3a66f10483578483e1c813d992e6ab8ebb133fe.tar.gz |
fix a typo
Diffstat (limited to 'audio')
-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" |