X-Git-Url: http://gitweb/?a=blobdiff_plain;f=httpup%2FPkgfile;h=93fe9282e1c9f42be78107f17df0d577113547ab;hb=ae6edb1593e64b5acb7267076ec25ce2ef438d6c;hp=cb5250a091822c5a16e832b8063e4de513e508eb;hpb=f44fe30f10e1c23ceb4b0b8c3d4d603ab2c32a4a;p=crossrootfs.git diff --git a/httpup/Pkgfile b/httpup/Pkgfile index cb5250a..93fe928 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -6,13 +6,13 @@ name=httpup version=0.4.0l -release=1 -source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup) +release=2 +source=(http://crux.nu/files/$name-$version.tar.gz httpup) build() { cd $name-$version sed "s|-O2 -pipe|$CFLAGS|g" -i Makefile make CXX=$CXX STRIP=$STRIP - make DESTDIR=$PKG prefix=/usr install + make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup }