summaryrefslogtreecommitdiff
path: root/lang/gauche/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2009-10-06 18:30:42 +0000
committerjoerg <joerg>2009-10-06 18:30:42 +0000
commitc38a932d50e74db150bd83c86e6bca50b839c2ef (patch)
treee9915ff82b382c93ffb6022a4438cbb3fa05147b /lang/gauche/Makefile
parent16a31e086f850545062b8592acba7f669ac092b9 (diff)
downloadpkgsrc-c38a932d50e74db150bd83c86e6bca50b839c2ef.tar.gz
Unmark destdir ready, it tries to run a program during install.
Fix PLIST. Bump revision.
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r--lang/gauche/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 50a4d7dec18..39fc4777828 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.50 2008/06/21 17:17:51 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2009/10/06 18:30:42 joerg Exp $
#
DISTNAME= Gauche-0.8.13
CATEGORIES= lang
-PKGREVISION= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gauche/}
EXTRACT_SUFX= .tgz
@@ -13,7 +13,8 @@ COMMENT= R5RS Scheme implementation aimed to be a handy tool for daily works
DEPENDS+= slib-[0-9]*:../../devel/slib
-PKG_DESTDIR_SUPPORT= user-destdir
+# XXX Wants to execute bin/gosh during installation
+#PKG_DESTDIR_SUPPORT= user-destdir
NOT_FOR_BULK_PLATFORM= HPUX-*-*
.include "options.mk"
@@ -40,7 +41,7 @@ ALL_ENV+= \
USE_LIBTOOL= yes
USE_TOOLS+= gzip makeinfo
TEST_TARGET= check
-INFO_FILES= yes # PLIST
+INFO_FILES= # PLIST
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"