summaryrefslogtreecommitdiff
path: root/whois/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-05-13 18:11:20 +0200
committerJuergen Daubert <jue@jue.li>2010-05-13 18:11:20 +0200
commit450b60b006f98b1b28b2903bf75338c890c0a33d (patch)
tree8d87b48eb7848ca6e3e0a7f6f5829872a19e8503 /whois/Pkgfile
parent0832584b956d2852a5405db12406c997120b5fcb (diff)
downloadopt-450b60b006f98b1b28b2903bf75338c890c0a33d.tar.gz
opt-450b60b006f98b1b28b2903bf75338c890c0a33d.tar.xz
whois: update to 5.0.4
Diffstat (limited to 'whois/Pkgfile')
-rw-r--r--whois/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/whois/Pkgfile b/whois/Pkgfile
index 3bc4ab97a..d9c3baa2f 100644
--- a/whois/Pkgfile
+++ b/whois/Pkgfile
@@ -5,14 +5,14 @@
# Depends on:
name=whois
-version=5.0.3
+version=5.0.4
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
build() {
cd $name-$version
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
- make
+ make whois
install -D -m 755 whois $PKG/usr/bin/whois
install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
}

Generated by cgit