summaryrefslogtreecommitdiff
path: root/httpup
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-07-26 12:51:13 +0200
committerJuergen Daubert <jue@jue.li>2015-07-26 18:11:25 +0200
commit4863ed899492086111d16341361e08d455d93bbd (patch)
tree2005d96efbc38b6597d9aa51152d5cfae0c6db7a /httpup
parentb0af48774ebb46a1579f79401bd820fda923837f (diff)
downloadcore-4863ed899492086111d16341361e08d455d93bbd.tar.gz
core-4863ed899492086111d16341361e08d455d93bbd.tar.xz
httpup: move man-pages to /usr/share/man
Diffstat (limited to 'httpup')
-rw-r--r--httpup/.footprint9
-rw-r--r--httpup/Pkgfile4
2 files changed, 7 insertions, 6 deletions
diff --git a/httpup/.footprint b/httpup/.footprint
index 52179d33..507b2cf2 100644
--- a/httpup/.footprint
+++ b/httpup/.footprint
@@ -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
diff --git a/httpup/Pkgfile b/httpup/Pkgfile
index e5604de2..d16026df 100644
--- a/httpup/Pkgfile
+++ b/httpup/Pkgfile
@@ -5,12 +5,12 @@
name=httpup
version=0.4.0l
-release=1
+release=2
source=(http://crux.nu/files/$name-$version.tar.gz httpup)
build() {
cd $name-$version
make
- 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
}

Generated by cgit