blob: 88573ce38fbd791c52436befbf6c2e567f3a0a0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ap,v 1.3 2006/10/10 06:56:05 uebayasi Exp $
--- Makefile.inc.orig 2006-10-03 16:59:07.000000000 +0200
+++ Makefile.inc
@@ -0,0 +1,14 @@
+#
+# Makefile.inc
+#
+# This file has been created by the "configure" script; DO NOT EDIT.
+#
+# Edit the port's Makefile ${PREFIX} variable should you wish to
+# override this, and reconfigure.
+#
+
+LOCALPREFIX = ${LOCALBASE}
+
+# Make sure we always install man- and catpages to have a consistent PLIST
+
+MANINSTALL= catinstall maninstall
|