CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
httpup: updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 14:50:28 +0000 (14:50 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 14:50:28 +0000 (14:50 +0000)
httpup/.footprint
httpup/Pkgfile

index 52179d338275a9df29e2993481e09b07a4d702c0..507b2cf2547522dcc1b094bad6ffa273905147ee 100644 (file)
@@ -6,7 +6,8 @@ drwxr-xr-x      root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/httpup
 -rwxr-xr-x     root/root       usr/bin/httpup-repgen
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/httpup-repgen.8.gz
--rw-r--r--     root/root       usr/man/man8/httpup.8.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man8/
+-rw-r--r--     root/root       usr/share/man/man8/httpup-repgen.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/httpup.8.gz
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
 }