aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-05-30 03:58:11 +0800
committerdinoex <dinoex@FreeBSD.org>2009-05-30 03:58:11 +0800
commitb12a1fc0d5d7b6e9dccc7d69081e46859b1e7f84 (patch)
treee26dbf82ad7644a79e898b900c61198afc18b0ae /lang
parentd1ecd4b8ce486ba8bf14abda66cf041d4806825a (diff)
downloadfreebsd-ports-gnome-b12a1fc0d5d7b6e9dccc7d69081e46859b1e7f84.tar.gz
freebsd-ports-gnome-b12a1fc0d5d7b6e9dccc7d69081e46859b1e7f84.tar.zst
freebsd-ports-gnome-b12a1fc0d5d7b6e9dccc7d69081e46859b1e7f84.zip
- Fix build for ffcall with under custom PREFIX
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-base/Makefile3
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