summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--whois/.footprint2
-rw-r--r--whois/.md5sum2
-rw-r--r--whois/Pkgfile9
3 files changed, 8 insertions, 5 deletions
diff --git a/whois/.footprint b/whois/.footprint
index 4c9968fcd..06ef3e2d6 100644
--- a/whois/.footprint
+++ b/whois/.footprint
@@ -6,3 +6,5 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/whois.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/whois.conf.5.gz
diff --git a/whois/.md5sum b/whois/.md5sum
index 8f96fedab..f0cb605a8 100644
--- a/whois/.md5sum
+++ b/whois/.md5sum
@@ -1 +1 @@
-a3343ba6d52475a1b0d53c45a6c2c169 whois_5.0.23.tar.xz
+34c45f9beaafa5ae58d7d8b366c7c262 whois_5.0.24.tar.xz
diff --git a/whois/Pkgfile b/whois/Pkgfile
index 07ce2fd3d..b77150de3 100644
--- a/whois/Pkgfile
+++ b/whois/Pkgfile
@@ -4,7 +4,7 @@
# Packager: Olle Gustafsson, ogg at linux dot se
name=whois
-version=5.0.23
+version=5.0.24
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz)
@@ -12,7 +12,8 @@ build() {
cd $name-$version
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
make CONFIG_FILE='/etc/whois.conf' whois
- install -D -m 755 whois $PKG/usr/bin/whois
- install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
- install -D -m 644 whois.conf $PKG/etc/whois.conf
+ install -D -m 0755 whois $PKG/usr/bin/whois
+ install -D -m 0644 whois.1 $PKG/usr/man/man1/whois.1
+ install -D -m 0644 whois.conf.5 $PKG/usr/man/man5/whois.conf.5
+ install -D -m 0644 whois.conf $PKG/etc/whois.conf
}

Generated by cgit