theZiz / aha

Ansi HTML Adapter
Other
915 stars 88 forks source link

NetBSD: Sanity installation of files and directories #15

Closed krytarowski closed 8 years ago

krytarowski commented 8 years ago

Allow to overwrite MANDIR, it's OS specific and configurable in pkgsrc. It's usually share/man (GNU) or man (BSD).

Files must be installed with specific file mode. Previously man-page was installed with executable bit.

BIN:= and MAN:= didn't work well with overwrittable MANDIR, go for canonical way of using these paths.

theZiz commented 8 years ago

Does this work with the Debian build mechanism @xtaran?

xtaran commented 8 years ago

Haven't tried, but looked fine on a first glance.

krytarowski commented 8 years ago

For Debian it might be need to set MANDIR=share/man from a command line.

xtaran commented 8 years ago

Hi,

On Wed, Jan 13, 2016 at 02:30:56AM -0800, Kamil Rytarowski wrote:

For Debian it might be need to set MANDIR=share/man from a command line.

I already fiddle with $MAN in debian/rules, so no problem for me.

    Kind regards, Axel

/~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe@deuxchevaux.org (Mail) X See http://www.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)

theZiz commented 8 years ago

Okay, in that case I will just merge. :)