mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Fix build for ffcall with under custom PREFIX
This commit is contained in:
parent
ac0d4f138c
commit
f71220b470
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234812
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= gnustep-base
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang devel gnustep
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
||||
MASTER_SITE_SUBDIR= core
|
||||
@ -70,6 +69,8 @@ post-extract:
|
||||
-e "s=%%LDCONFIG_GCC%%=${LDCONFIG_GCC}=" \
|
||||
${FILESDIR}/GNUstep.sh \
|
||||
> ${WRKSRC}/GNUstep.sh
|
||||
@${REINPLACE_CMD} -e "s|/usr/local/|${LOCALBASE}/|" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
-@${MKDIR} ${ETCDIR}/rc.d
|
||||
|
Loading…
Reference in New Issue
Block a user