diff options
Diffstat (limited to 'xorg/polyglotman/Pkgfile')
-rw-r--r-- | xorg/polyglotman/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/polyglotman/Pkgfile b/xorg/polyglotman/Pkgfile index a0d36d9be..df3c03f04 100644 --- a/xorg/polyglotman/Pkgfile +++ b/xorg/polyglotman/Pkgfile @@ -13,7 +13,7 @@ build() { make install -d $PKG/usr/bin - install -d $PKG/usr/man/man1 + install -d $PKG/usr/share/man/man1 - make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/man/man1 install + make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install } |