summaryrefslogtreecommitdiff
path: root/xorg-xdm
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
commita74230174390e6d442971a7e6f34c725e7225440 (patch)
tree01647f056cbe0fc3431ddf380c52c120b713b562 /xorg-xdm
parent67390d46d8aaa5c403abb0cc4074718f277e6cc4 (diff)
downloadxorg-a74230174390e6d442971a7e6f34c725e7225440.tar.gz
xorg-a74230174390e6d442971a7e6f34c725e7225440.tar.xz
xorg-xdm: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xdm')
-rw-r--r--xorg-xdm/.footprint8
-rw-r--r--xorg-xdm/Pkgfile4
2 files changed, 6 insertions, 6 deletions
diff --git a/xorg-xdm/.footprint b/xorg-xdm/.footprint
index e4b5823c..aeb64d0c 100644
--- a/xorg-xdm/.footprint
+++ b/xorg-xdm/.footprint
@@ -25,11 +25,11 @@ drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/
-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg-bw.xpm
-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg.xpm
-rw-r--r-- root/root usr/lib/X11/xdm/xdm-config
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xdm.1.gz
--rw-r--r-- root/root usr/man/man1/xdmshell.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
-rw-r--r-- root/root usr/share/X11/app-defaults/Chooser
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xdm.1.gz
+-rw-r--r-- root/root usr/share/man/man1/xdmshell.1.gz
diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile
index 3b2d1401..996413a7 100644
--- a/xorg-xdm/Pkgfile
+++ b/xorg-xdm/Pkgfile
@@ -5,14 +5,14 @@
name=xorg-xdm
version=1.1.11
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \
xdm)
build() {
cd xdm-$version
- ./configure --prefix=/usr --mandir=/usr/man --enable-xdmshell
+ ./configure --prefix=/usr --enable-xdmshell
make
make DESTDIR=$PKG install

Generated by cgit