mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
xautolock: install man correctly; misc tweaks.
This commit is contained in:
parent
81778f9333
commit
ca8fd3e52e
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'xautolock'
|
# Template file for 'xautolock'
|
||||||
pkgname=xautolock
|
pkgname=xautolock
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="libXScrnSaver-devel libX11-devel xproto xorg-cf-files"
|
makedepends="libXScrnSaver-devel xproto"
|
||||||
hostmakedepends="imake"
|
hostmakedepends="imake xorg-cf-files"
|
||||||
short_desc="Autolock utility for X"
|
short_desc="Autolock utility for X"
|
||||||
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -15,8 +15,6 @@ build_style=gnu-makefile
|
||||||
pre_build() {
|
pre_build() {
|
||||||
xmkmf
|
xmkmf
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make install.man DESTDIR=
|
make install.man MANSUFFIX=1 MANPATH=/usr/share/man DESTDIR=${DESTDIR}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue