diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 12:34:50 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 14:37:36 +1100 |
commit | 20bd0a196859ecbc215da194403a3bfa3ef2264f (patch) | |
tree | 920af5a68aec55586dce2e160d22d0aa081ec263 /hexchat | |
parent | ca9df6680b068ed5da9e5b72eb666444bb71d353 (diff) | |
download | opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz |
update romster ports for new man page location
Diffstat (limited to 'hexchat')
-rw-r--r-- | hexchat/.footprint | 6 | ||||
-rw-r--r-- | hexchat/Pkgfile | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/hexchat/.footprint b/hexchat/.footprint index d758f6b6d..9b8e662b9 100644 --- a/hexchat/.footprint +++ b/hexchat/.footprint @@ -21,9 +21,6 @@ drwxr-xr-x root/root usr/lib/hexchat/plugins/ -rwxr-xr-x root/root usr/lib/hexchat/plugins/sysinfo.so drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/hexchat-plugin.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/hexchat.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/appdata/ -rw-r--r-- root/root usr/share/appdata/hexchat.appdata.xml @@ -37,3 +34,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/hexchat.svg +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/hexchat.1.gz diff --git a/hexchat/Pkgfile b/hexchat/Pkgfile index 8228f37c3..e26f48edc 100644 --- a/hexchat/Pkgfile +++ b/hexchat/Pkgfile @@ -15,7 +15,6 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --enable-python=python2 \ --enable-textfe |