ports/contrib (3.2): dmenu: moved manpages
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit b72ca4f62152150de16d291c8665a6fe5feeac82 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Nov 10 14:04:30 2015 +0100 dmenu: moved manpages diff --git a/dmenu/.footprint b/dmenu/.footprint index b6862f5..88b3070 100644 --- a/dmenu/.footprint +++ b/dmenu/.footprint @@ -4,7 +4,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dmenu_path -rwxr-xr-x root/root usr/bin/dmenu_run -rwxr-xr-x root/root usr/bin/stest -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dmenu.1.gz --rw-r--r-- root/root usr/man/man1/stest.1.gz +drwxr-xr-x root/root usr/share/ +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/dmenu.1.gz +-rw-r--r-- root/root usr/share/man/man1/stest.1.gz diff --git a/dmenu/Pkgfile b/dmenu/Pkgfile index 8178cd3..d096d46 100644 --- a/dmenu/Pkgfile +++ b/dmenu/Pkgfile @@ -13,6 +13,6 @@ build () { sed -i '19d' config.mk make DESTDIR=$PKG \ PREFIX=/usr \ - MANPREFIX=/usr/man \ + MANPREFIX=/usr/share/man \ install }
participants (1)
-
crux@crux.nu