diff options
author | reed <reed> | 2005-12-27 18:38:00 +0000 |
---|---|---|
committer | reed <reed> | 2005-12-27 18:38:00 +0000 |
commit | db05c425da92b5e98924b0ccbd1a853486bd9045 (patch) | |
tree | 7b81ef48feda56461fa79fd1b35325aa2450df55 /textproc/catdoc/patches | |
parent | e6583510ff3a215d8c17f7a07fc1484cd48cf1b1 (diff) | |
download | pkgsrc-db05c425da92b5e98924b0ccbd1a853486bd9045.tar.gz |
Patch so Makefile will use @mandir@ as set by configure script.
And define "man1dir" in the configure environment.
This is so it can use custom PKGMANDIR.
Diffstat (limited to 'textproc/catdoc/patches')
-rw-r--r-- | textproc/catdoc/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc/patches/patch-aa b/textproc/catdoc/patches/patch-aa index 81e124f422e..823888b6120 100644 --- a/textproc/catdoc/patches/patch-aa +++ b/textproc/catdoc/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:11 agc Exp $ +$NetBSD: patch-aa,v 1.3 2005/12/27 18:38:00 reed Exp $ --- Makefile.orig Sat Jun 20 01:09:18 1998 +++ Makefile Sat Jun 20 01:13:08 1998 @@ -7,5 +7,5 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 11:14:11 agc Exp $ + +MANINSTALL= catinstall maninstall +BINDIR= $(LOCALBASE)/bin -+MANDIR= $(LOCALBASE)/man ++MANDIR= @mandir@ +.include <bsd.prog.mk> |