changeset 2406:3264ca2f154f

package ncurses:fix whitespace
author Tony Theodore <tonyt@logyst.com>
date Mon, 16 Apr 2012 02:38:55 +1000
parents 7f4703a75221
children 0a2707497afa
files src/ncurses.mk
diffstat 1 files changed, 14 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/src/ncurses.mk	Mon Apr 16 02:37:45 2012 +1000
+++ b/src/ncurses.mk	Mon Apr 16 02:38:55 2012 +1000
@@ -19,19 +19,18 @@
 endef
 
 define $(PKG)_BUILD
-	cd '$(1)' && ./configure \
-		--host='$(TARGET)' \
-		--prefix=$(PREFIX)/$(TARGET) \
-		--disable-home-terminfo \
-		--enable-sp-funcs \
-		--enable-term-driver \
-		--enable-interop \
-		--without-debug \
-		--without-ada \
-		--without-manpages \
-		--enable-pc-files \
-		--with-normal \
-		--without-shared
-	$(MAKE) -C '$(1)' -j '$(JOBS)' install
+    cd '$(1)' && ./configure \
+        --host='$(TARGET)' \
+        --prefix=$(PREFIX)/$(TARGET) \
+        --disable-home-terminfo \
+        --enable-sp-funcs \
+        --enable-term-driver \
+        --enable-interop \
+        --without-debug \
+        --without-ada \
+        --without-manpages \
+        --enable-pc-files \
+        --with-normal \
+        --without-shared
+    $(MAKE) -C '$(1)' -j '$(JOBS)' install
 endef
-