9465e9767b
This package contains Linux man pages for sections 2, 3, 4, 5, and 7.
15 lines
284 B
Text
15 lines
284 B
Text
$NetBSD: patch-Makefile,v 1.1.1.1 2012/05/12 07:16:47 wiz Exp $
|
|
|
|
Adapt for pkgsrc.
|
|
|
|
--- Makefile.orig 2012-05-10 20:13:19.000000000 +0000
|
|
+++ Makefile
|
|
@@ -5,7 +5,7 @@
|
|
|
|
DESTDIR=
|
|
prefix?=/usr
|
|
-MANDIR=$(prefix)/share/man
|
|
+MANDIR=$(prefix)/$(PKGMANDIR)
|
|
|
|
GZIP=gzip -9
|
|
BZIP2=bzip2 -9
|