diff --git a/srcpkgs/kcgi/template b/srcpkgs/kcgi/template index acf743eedcc..c0ebe35be5d 100644 --- a/srcpkgs/kcgi/template +++ b/srcpkgs/kcgi/template @@ -3,7 +3,7 @@ pkgname=kcgi version=0.8.3 revision=1 build_style=gnu-configure -short_desc="A minimal CGI library for web applications in C" +short_desc="Minimal CGI library for web applications in C" maintainer="Juan RP " license="ISC" homepage="http://kristaps.bsd.lv/kcgi/" @@ -21,7 +21,7 @@ post_extract() { sed -i '/_DECLS/d' md5.h ;; esac - + sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile sed -n '2,16p' kcgi.c > LICENSE }