diff options
author | reed <reed@pkgsrc.org> | 2005-10-04 21:40:19 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-04 21:40:19 +0000 |
commit | 16579b24123934ae9ee8d0d645f96c943e17fe59 (patch) | |
tree | 384b98bf74a8653fd38e9f2661cfa37fb1707173 /textproc/biblook/Makefile | |
parent | 2dfac28806540f737a0107b0092ce44e28fa4add (diff) | |
download | pkgsrc-16579b24123934ae9ee8d0d645f96c943e17fe59.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/Makefile | 3 |
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 |