summaryrefslogtreecommitdiff
path: root/xorg-xmag/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit11261789db75d1172a61afa09db41bc30d1fb096 (patch)
tree7ea64c94c449c03d39ddf7644b27932e969d68cf /xorg-xmag/Pkgfile
parent26e273c2e702307e27312c1ba7dc89622c5a2c9f (diff)
downloadxorg-11261789db75d1172a61afa09db41bc30d1fb096.tar.gz
xorg-11261789db75d1172a61afa09db41bc30d1fb096.tar.xz
xorg-xmag: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xmag/Pkgfile')
-rw-r--r--xorg-xmag/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-xmag/Pkgfile b/xorg-xmag/Pkgfile
index 45e92e81..ff2309fd 100644
--- a/xorg-xmag/Pkgfile
+++ b/xorg-xmag/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xmag
version=1.0.6
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit