From 8e4f8d133b136878a2d6719360786f84da9ba29f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 18:57:58 -0400 Subject: [PATCH] sc-im: remove unnecessary PREFIX=, clean up --- srcpkgs/sc-im/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/sc-im/template b/srcpkgs/sc-im/template index f2900d5ca98..5ef6a773fe8 100644 --- a/srcpkgs/sc-im/template +++ b/srcpkgs/sc-im/template @@ -4,8 +4,7 @@ version=0.8.2 revision=4 build_wrksrc="src" build_style=gnu-makefile -make_build_args="prefix=/usr CFLAGS+=-DXLS LDLIBS+=-lxlsreader" -make_install_args="prefix=/usr" +make_build_args="CFLAGS+=-DXLS LDLIBS+=-lxlsreader" hostmakedepends="bison pkg-config gnuplot which" makedepends="libxls-devel libxlsxwriter-devel libxml2-devel libzip-devel lua51-devel ncurses-devel"