mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix path in guile.init. Fixes lang/slib-guile installation
This commit is contained in:
parent
1a860c9125
commit
3329bb32af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183173
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= slib
|
||||
PORTVERSION= 3a4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ \
|
||||
http://swissnet.ai.mit.edu/ftpdir/scm/OLD/:old
|
||||
@ -26,6 +27,7 @@ post-extract:
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/;;(format/(format/' ${WRKSRC}/mklibcat.scm
|
||||
@${REINPLACE_CMD} -e 's|/usr/lib/slib|${PREFIX}/share/slib|' ${WRKSRC}/guile.init
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user