xautolock: install man correctly; misc tweaks.

This commit is contained in:
Juan RP 2014-12-12 08:47:55 +01:00
parent 81778f9333
commit ca8fd3e52e
1 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'xautolock'
pkgname=xautolock
version=2.2
revision=1
makedepends="libXScrnSaver-devel libX11-devel xproto xorg-cf-files"
hostmakedepends="imake"
revision=2
makedepends="libXScrnSaver-devel xproto"
hostmakedepends="imake xorg-cf-files"
short_desc="Autolock utility for X"
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
license="GPL-2"
@ -15,8 +15,6 @@ build_style=gnu-makefile
pre_build() {
xmkmf
}
post_install() {
make install.man DESTDIR=
make install.man MANSUFFIX=1 MANPATH=/usr/share/man DESTDIR=${DESTDIR}
}