From 2084696f7f31096402823ceb4da80a3e6a5f8481 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 21 Jan 2010 10:00:45 +0000 Subject: [PATCH] bison: added depends on line and fixed identation. --- bison/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bison/Pkgfile b/bison/Pkgfile index 92ea437..bbc935f 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -2,6 +2,7 @@ # URL: http://www.gnu.org/software/bison/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on name=bison version=2.4.1 @@ -13,8 +14,8 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr\ - --mandir=/usr/man \ - --disable-nls + --mandir=/usr/man \ + --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/share/info -- 2.26.2