pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/faad2 fix a typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fa151f185d6
branches:  trunk
changeset: 397325:7fa151f185d6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 10 00:05:35 2009 +0000

description:
fix a typo

diffstat:

 audio/faad2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 40e357f43b92 -r 7fa151f185d6 audio/faad2/Makefile
--- a/audio/faad2/Makefile      Mon Aug 10 00:01:55 2009 +0000
+++ b/audio/faad2/Makefile      Mon Aug 10 00:05:35 2009 +0000
@@ -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 @@
 
 pre-configure:
        cp ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
-       cd ${WRKSRC}/$$dir && autoreconf -if
+       cd ${WRKSRC} && autoreconf -if
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index