diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-23 16:04:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-23 16:04:35 +0000 |
commit | 63800a71582a286c43a0e2af20eaa88a55ac1a41 (patch) | |
tree | 07cc62e60d62b37a4d498fae1ff5c0e130064952 /lang/guile | |
parent | 1af70b001d378690f773db45e7f5852a07058708 (diff) | |
download | pkgsrc-63800a71582a286c43a0e2af20eaa88a55ac1a41.tar.gz |
Create share/guile/site which is in the default
search path. Noted missing by Greg Troxel. Bump PKGREVISION to 1.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 6 | ||||
-rw-r--r-- | lang/guile/PLIST | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 0d345a8b1ae..046889d126c 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -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" diff --git a/lang/guile/PLIST b/lang/guile/PLIST index 52edf901f16..c3e69b06354 100644 --- a/lang/guile/PLIST +++ b/lang/guile/PLIST @@ -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 |