diff options
author | Lukc <lukc@upyum.com> | 2010-09-10 20:56:25 +0000 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-09-10 20:56:25 +0000 |
commit | b54ee0029661494254d45d13416793d1c2085ed6 (patch) | |
tree | 9db3b875bce78ecc3a85c6e7ea1687590bbb26cc /httpup | |
parent | 3550969e10c9f7cdf8556d950fa300a9e5c441c6 (diff) | |
download | ports-b54ee0029661494254d45d13416793d1c2085ed6.tar.gz ports-b54ee0029661494254d45d13416793d1c2085ed6.tar.bz2 ports-b54ee0029661494254d45d13416793d1c2085ed6.tar.xz ports-b54ee0029661494254d45d13416793d1c2085ed6.zip |
httpup port updated.
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httpup/Pkgfile b/httpup/Pkgfile index 6973b57..3133e1e 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -11,7 +11,8 @@ source=(http://jw.tks6.net/files/crux/$name-$version.tar.gz httpup) build () { cd $name-$version; - pkgmake; + sed -i -e "s|-Werror|$CFLAGS|" Makefile; + pkgmake prefix=$prefix; mkdir -p $PKG/usr/{bin,share/man/man8}; cp httpup httpup-repgen $PKG/usr/bin; install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup; |