summaryrefslogtreecommitdiff
path: root/print/pmw/patches/patch-Makefile.in
blob: 575985b984d5f889f892997834d42e1ab9d5b986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-Makefile.in,v 1.2 2016/04/01 12:36:41 jperkin Exp $

Move message to MESSAGE.

--- Makefile.in.orig	2014-02-08 14:24:01.000000000 +0000
+++ Makefile.in
@@ -14,7 +14,7 @@ INSTALL_DATA = @INSTALL_DATA@
 
 BINDIR=$(DESTDIR)@prefix@/bin
 DATADIR=$(DESTDIR)@prefix@/share/pmw
-MANDIR=$(DESTDIR)@prefix@/man
+MANDIR=$(DESTDIR)@prefix@/${PKGMANDIR}
 
 # BINDIR is the directory in which the pmw command is installed.
 # DATADIR is the directory in which the fontmetrics, the PostScript fonts,
@@ -65,7 +65,6 @@ install:        build
 		$(INSTALL_DATA) psfonts/PMW-Alpha $(DATADIR)/psfonts
 		$(INSTALL_DATA) fontmetrics/* $(DATADIR)/fontmetrics
 		$(INSTALL_DATA) doc/pmw.1 $(MANDIR)/man1
-		./post-install "$(BINDIR)" "$(DATADIR)" "$(MANDIR)"
 
 uninstall:;     rm -rf \
 		$(BINDIR)/pmw \