Skip to content

Commit

Permalink
Unmark destdir ready, it tries to run a program during install.
Browse files Browse the repository at this point in the history
Fix PLIST. Bump revision.
  • Loading branch information
jsonn committed Oct 6, 2009
1 parent 72e1388 commit 5a7a576
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions lang/gauche/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
Expand All @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions lang/gauche/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2009/06/14 20:34:13 joerg Exp $
@comment $NetBSD: PLIST,v 1.21 2009/10/06 18:30:42 joerg Exp $
bin/gauche-cesconv
bin/gauche-config
bin/gauche-install
Expand Down Expand Up @@ -193,6 +193,7 @@ share/gauche/${PKGVERSION}/lib/rfc/mime.scm
share/gauche/${PKGVERSION}/lib/rfc/quoted-printable.scm
share/gauche/${PKGVERSION}/lib/rfc/sha1.scm
share/gauche/${PKGVERSION}/lib/rfc/uri.scm
share/gauche/${PKGVERSION}/lib/slibcat
share/gauche/${PKGVERSION}/lib/slib.scm
share/gauche/${PKGVERSION}/lib/srfi-0.scm
share/gauche/${PKGVERSION}/lib/srfi-1.scm
Expand Down Expand Up @@ -259,4 +260,4 @@ share/gauche/${PKGVERSION}/template.extensionlib.stub
share/gauche/${PKGVERSION}/template.module.scm
share/gauche/${PKGVERSION}/template.test.scm
@pkgdir lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM}
@pkgdir share/gauche/site/lib 2>/dev/null || ${TRUE}
@pkgdir share/gauche/site/lib

0 comments on commit 5a7a576

Please sign in to comment.