diff options
author | reed <reed@pkgsrc.org> | 2005-10-04 17:45:22 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-04 17:45:22 +0000 |
commit | b7b8567c2ed5a1ec000bb005e0cb89aabc1602f2 (patch) | |
tree | eb026baa56142548c20c4061909d1fbc29e89cd5 /devel/flex/patches | |
parent | 03eea4963f150e580675f9f4d5e5dee1021f352d (diff) | |
download | pkgsrc-b7b8567c2ed5a1ec000bb005e0cb89aabc1602f2.tar.gz |
Define CONFIGURE_HAS_MANDIR=NO since this old GNU_CONFIGURE
configure script doesn't know --mandir.
Also because of this, add patch to fix where installs manpage.
Diffstat (limited to 'devel/flex/patches')
-rw-r--r-- | devel/flex/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/flex/patches/patch-ab b/devel/flex/patches/patch-ab new file mode 100644 index 00000000000..a15f84bcb50 --- /dev/null +++ b/devel/flex/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2005/10/04 17:45:22 reed Exp $ + +--- Makefile.in.orig 1996-09-10 16:59:11.000000000 -0700 ++++ Makefile.in +@@ -34,7 +34,7 @@ bindir = $(exec_prefix)/bin + libdir = $(exec_prefix)/lib + includedir = $(prefix)/include + manext = 1 +-mandir = $(prefix)/man/man$(manext) ++mandir = $(prefix)/${PKGMANDIR}/man$(manext) + + # You can define these to be "lex" and "libl.a" if you want to replace + # lex at your site. |