diff options
author | Juergen Daubert <jue@jue.li> | 2013-08-20 14:22:06 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-08-20 14:22:06 +0200 |
commit | e34055840914d9829e56a68696ff1b92bd84b9bf (patch) | |
tree | 0cea5ff45bd1bd5937af4c01bc742ecd030d06b1 /rpcbind/Pkgfile | |
parent | 9d0e1f71d80ddae07721f2b9ede6ff2022c0ff0f (diff) | |
download | opt-e34055840914d9829e56a68696ff1b92bd84b9bf.tar.gz opt-e34055840914d9829e56a68696ff1b92bd84b9bf.tar.xz |
rpcbind: update to 0.2.1
Diffstat (limited to 'rpcbind/Pkgfile')
-rw-r--r-- | rpcbind/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index 4ccedbaf2..abc36c702 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -4,8 +4,8 @@ # Depends on: libtirpc tcp_wrappers name=rpcbind -version=0.2.0 -release=2 +version=0.2.1 +release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \ rpcbind) @@ -17,6 +17,5 @@ build() { --enable-libwrap make make DESTDIR=$PKG install - install -m 644 man/rpcinfo.8 $PKG/usr/man/man8 install -D -m 755 $SRC/rpcbind $PKG/etc/rc.d/rpcbind } |