16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
$NetBSD: patch-Makefile,v 1.3 2014/06/17 12:54:28 ryoon Exp $
|
|
|
|
* install man pages to ${PREFIX}/man
|
|
|
|
--- Makefile.orig 2014-04-17 19:43:48.000000000 +0000
|
|
+++ Makefile
|
|
@@ -78,7 +78,7 @@ datadir = $(datarootdir)
|
|
docsubdir = $(PACKAGE)-$(DOS2UNIX_VERSION)
|
|
docdir = $(datarootdir)/doc/$(docsubdir)
|
|
localedir = $(datarootdir)/locale
|
|
-mandir = $(datarootdir)/man
|
|
+mandir = $(prefix)/${PKGMANDIR}
|
|
man1dir = $(mandir)/man1
|
|
manext = .1
|
|
man1ext = .1
|