pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/636870e1c3f1
branches:  trunk
changeset: 520525:636870e1c3f1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 21:32:57 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 lang/clisp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c9b02d7a4f0 -r 636870e1c3f1 lang/clisp/Makefile
--- a/lang/clisp/Makefile       Sun Oct 22 21:27:46 2006 +0000
+++ b/lang/clisp/Makefile       Sun Oct 22 21:32:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2006/08/07 15:55:31 perry Exp $
+# $NetBSD: Makefile,v 1.58 2006/10/22 21:32:57 rillig Exp $
 
 DISTNAME=      clisp-2.39
 CATEGORIES=    lang
@@ -35,6 +35,7 @@
 MODULES+=              --with-module=wildcard --with-module=zlib
 CONFIGURE_ARGS+=       ${MODULES}
 TEST_TARGET=           check
+MAKE_FLAGS+=           mandir=${PREFIX}/${PKGMANDIR}
 
 post-patch:
        ${CP} files/tramp-rs6000-netbsd.o ${WRKSRC}/ffcall/callback/trampoline_r



Home | Main Index | Thread Index | Old Index