diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-08 10:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-08 10:06:32 +0000 |
commit | bd2df73ecdcd5da5c18635562999fbe7fa01ebeb (patch) | |
tree | b41184e3a13f5d94e3e41a11150a9f9e4083bafd /audio/faad2/PLIST | |
parent | 039c944473ba1fc1790216039015e578facb1da6 (diff) | |
download | pkgsrc-bd2df73ecdcd5da5c18635562999fbe7fa01ebeb.tar.gz |
Write newline character to stderr instead of stdout, to avoid
polluting the output stream when -w is used. From Parag Patel in PR 32268.
While here, add missing directory to PLIST. Bump PKGREVISION.
Diffstat (limited to 'audio/faad2/PLIST')
-rw-r--r-- | audio/faad2/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/faad2/PLIST b/audio/faad2/PLIST index f9ba17eb932..6260f135970 100644 --- a/audio/faad2/PLIST +++ b/audio/faad2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/10/09 03:23:11 ben Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/12/08 10:06:32 wiz Exp $ bin/faad include/faad2/faad2-config.h include/faad2/faad.h @@ -9,3 +9,4 @@ include/faad2/systems.h lib/libfaad.la lib/libmp4ff.la lib/libmp4v2.la +@dirrm include/faad2 |