diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-29 19:58:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-29 19:58:11 +0000 |
commit | f71220b470b3a350d42beb012144ee632cea02b9 (patch) | |
tree | 29d23970f460f3347f0c19f2734529b4c09807f9 | |
parent | ac0d4f138cb0055ed01f17c391c3c51c014c1480 (diff) |
- Fix build for ffcall with under custom PREFIX
Notes
Notes:
svn path=/head/; revision=234812
-rw-r--r-- | lang/gnustep-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 1fe840076e88..9dda55e1e9f7 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -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 |