summaryrefslogtreecommitdiff
path: root/lang/clisp/Makefile
diff options
context:
space:
mode:
authortron <tron>2007-04-01 12:45:39 +0000
committertron <tron>2007-04-01 12:45:39 +0000
commitc0c519591f79e197cad6f0729a2d93e0751acac4 (patch)
treeefad11e5e772b43be62d6731b3d4fa551a0c71ed /lang/clisp/Makefile
parentc816ba4ba5aa480c1ef8ed4d61fc2126bba1aab7 (diff)
downloadpkgsrc-c0c519591f79e197cad6f0729a2d93e0751acac4.tar.gz
Use "$(TOOLS_PLATFORM.install)" instead of hard coded "install" to
fix build problems under Solaris. Based on a suggestion by Aleksey Cheusov.
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r--lang/clisp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 64df615c48b..4173a63d14f 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2006/12/29 13:54:22 joerg Exp $
+# $NetBSD: Makefile,v 1.60 2007/04/01 12:45:39 tron Exp $
DISTNAME= clisp-2.39
PKGREVISION= 1
@@ -36,6 +36,7 @@ MODULES+= --with-module=pcre --with-module=rawsock
MODULES+= --with-module=wildcard --with-module=zlib
CONFIGURE_ARGS+= ${MODULES}
TEST_TARGET= check
+MAKE_ENV+= TOOLS_PLATFORM.install=${TOOLS_PLATFORM.install:Q}
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
post-patch: