pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/faac Fix indentation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4643e8540d51
branches:  trunk
changeset: 514142:4643e8540d51
user:      hira <hira%pkgsrc.org@localhost>
date:      Thu Jun 08 09:29:50 2006 +0000

description:
Fix indentation.

diffstat:

 audio/faac/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r b90654f71e7b -r 4643e8540d51 audio/faac/options.mk
--- a/audio/faac/options.mk     Thu Jun 08 09:19:21 2006 +0000
+++ b/audio/faac/options.mk     Thu Jun 08 09:29:50 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2006/06/07 21:33:21 hira Exp $
+# $NetBSD: options.mk,v 1.3 2006/06/08 09:29:50 hira Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.faac
-PKG_SUPPORTED_OPTIONS= mpeg4ip
+PKG_OPTIONS_VAR=               PKG_OPTIONS.faac
+PKG_SUPPORTED_OPTIONS=         mpeg4ip
 PKG_SUGGESTED_OPTIONS=
-PKG_OPTIONS_LEGACY_OPTS+=faad:mpeg4ip
+PKG_OPTIONS_LEGACY_OPTS+=      faad:mpeg4ip
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index