summaryrefslogtreecommitdiff
path: root/textproc/biblook/Makefile
diff options
context:
space:
mode:
authorreed <reed>2005-10-04 21:40:19 +0000
committerreed <reed>2005-10-04 21:40:19 +0000
commitac97a99419e8889bf381270486108104674fbc58 (patch)
tree384b98bf74a8653fd38e9f2661cfa37fb1707173 /textproc/biblook/Makefile
parenta76e794b64cecc577c90b7346f71fc8bce371075 (diff)
downloadpkgsrc-ac97a99419e8889bf381270486108104674fbc58.tar.gz
Honor PKGMANDIR. (patch-aa already existed but now don't set MANDIR
unless not defined, and put in the make environment.)
Diffstat (limited to 'textproc/biblook/Makefile')
-rw-r--r--textproc/biblook/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/biblook/Makefile b/textproc/biblook/Makefile
index 59d09ce6c0a..3a7e5d96986 100644
--- a/textproc/biblook/Makefile
+++ b/textproc/biblook/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/07 10:03:13 uebayasi Exp $
+# $NetBSD: Makefile,v 1.8 2005/10/04 21:40:19 reed Exp $
#
DISTNAME= biblook
@@ -11,6 +11,7 @@ HOMEPAGE= http://compgeom.cs.uiuc.edu/~jeffe/biblook.html
COMMENT= Indexing and searching tools for BibTeX bibliography databases
WRKSRC= ${WRKDIR}
+MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
MAKE_FLAGS= CC="${CC}"
# override definitions in the package's Makefile via command line