ports/opt (2.3): openbox: install man pages in the correct directory.
commit 977440628316a0c280290d56eea43be72f11871c Author: Tilman Sauerbeck <tilman@crux.nu> Date: Thu Jun 7 11:00:09 2007 +0200 openbox: install man pages in the correct directory. diff --git a/openbox/.footprint b/openbox/.footprint index 6c8a4fa..ef539e4 100644 --- a/openbox/.footprint +++ b/openbox/.footprint @@ -40,6 +40,12 @@ lrwxrwxrwx root/root usr/lib/libobrender.so.12 -> libobrender.so.12.1.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/obparser-3.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/obrender-3.0.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/openbox-gnome-session.1.gz +-rw-r--r-- root/root usr/man/man1/openbox-kde-session.1.gz +-rw-r--r-- root/root usr/man/man1/openbox-session.1.gz +-rw-r--r-- root/root usr/man/man1/openbox.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/doc/ drwxr-xr-x root/root usr/share/doc/openbox/ @@ -64,12 +70,6 @@ drwxr-xr-x root/root usr/share/doc/openbox/xbm/ drwxr-xr-x root/root usr/share/gnome/ drwxr-xr-x root/root usr/share/gnome/wm-properties/ -rw-r--r-- root/root usr/share/gnome/wm-properties/openbox.desktop -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/openbox-gnome-session.1.gz --rw-r--r-- root/root usr/share/man/man1/openbox-kde-session.1.gz --rw-r--r-- root/root usr/share/man/man1/openbox-session.1.gz --rw-r--r-- root/root usr/share/man/man1/openbox.1.gz drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/openbox.png drwxr-xr-x root/root usr/share/themes/ diff --git a/openbox/Pkgfile b/openbox/Pkgfile index 853ec73..f64744b 100644 --- a/openbox/Pkgfile +++ b/openbox/Pkgfile @@ -5,13 +5,13 @@ name=openbox version=3.4.0 -release=1 +release=2 source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --mandir=/usr/man --disable-nls make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu