pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-faad Fix a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1791280951d
branches:  trunk
changeset: 517193:c1791280951d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 06 10:39:29 2006 +0000

description:
Fix a pkglint warning.

diffstat:

 audio/xmms-faad/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 3dd054f7dcdc -r c1791280951d audio/xmms-faad/Makefile
--- a/audio/xmms-faad/Makefile  Sun Aug 06 10:39:01 2006 +0000
+++ b/audio/xmms-faad/Makefile  Sun Aug 06 10:39:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/08/06 10:39:01 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2006/08/06 10:39:29 wiz Exp $
 
 DISTNAME=              faad2-2.0
 PKGNAME=               xmms-faad-2.0
@@ -22,7 +22,6 @@
 DISTINFO_FILE=         ${.CURDIR}/../../audio/faad2/distinfo
 PATCHDIR=              ${.CURDIR}/../../audio/faad2/patches
 
-
 AUTOCONF_REQD=         2.50
 GNU_CONFIGURE=         YES
 
@@ -32,7 +31,7 @@
 INSTALL_DIRS=          plugins/xmms
 
 pre-configure:
-       @${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
+       ${CP} ${WRKSRC}/common/faad/getopt.* ${WRKSRC}/frontend
        for dir in . ; do                                               \
                cd ${WRKSRC}/$$dir;                                     \
                aclocal -I .;                                           \



Home | Main Index | Thread Index | Old Index