CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
httpup: updated mandir
[crossrootfs.git] / httpup / Pkgfile
index cb5250a091822c5a16e832b8063e4de513e508eb..93fe9282e1c9f42be78107f17df0d577113547ab 100644 (file)
@@ -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
 }