Pass --mandir. Fixes PKGMANDIR.
This commit is contained in:
parent
e1c7ed9b1d
commit
730f01bdc2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2014/07/07 14:25:31 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2016/04/01 16:22:15 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= newlisp-10.6.0
|
||||
|
@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v3
|
|||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure-alt
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
||||
CONFIGURE_ARGS+= --enable-readline
|
||||
|
||||
USE_GNU_READLINE= yes
|
||||
|
|
Loading…
Reference in a new issue