Create share/guile/site which is in the default
search path. Noted missing by Greg Troxel. Bump PKGREVISION to 1.
This commit is contained in:
parent
1af70b001d
commit
63800a7158
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.58 2004/11/18 12:30:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2004/11/23 16:04:35 wiz Exp $
|
||||
|
||||
DISTNAME= guile-1.6.5
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
||||
|
||||
|
@ -32,6 +33,9 @@ post-patch:
|
|||
${WRKSRC}/guile-config/guile-config.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../devel/ncurses/buildlink3.mk"
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.13 2004/11/20 01:06:33 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2004/11/23 16:04:35 wiz Exp $
|
||||
bin/guile
|
||||
bin/guile-config
|
||||
bin/guile-snarf
|
||||
|
@ -194,6 +194,8 @@ share/guile/1.6/srfi/srfi-4.scm
|
|||
share/guile/1.6/srfi/srfi-6.scm
|
||||
share/guile/1.6/srfi/srfi-8.scm
|
||||
share/guile/1.6/srfi/srfi-9.scm
|
||||
@exec ${MKDIR} %D/share/guile/site
|
||||
@dirrm share/guile/site
|
||||
@dirrm share/guile/1.6/srfi
|
||||
@dirrm share/guile/1.6/scripts
|
||||
@dirrm share/guile/1.6/oop/goops
|
||||
|
|
Loading…
Reference in a new issue