1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- fix build with custom LOCALBASE

Reported by:	QAT
This commit is contained in:
Dirk Meyer 2009-07-05 03:48:17 +00:00
parent 32d929b486
commit ef4e85db49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237152

View File

@ -7,6 +7,7 @@
PORTNAME= gnustep-make
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core
@ -30,6 +31,10 @@ CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
GNUSTEP_WITHOUT_LIBOBJC= yes
.endif
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' \
${WRKSRC}/configure
post-install:
${LN} -s Library/Makefiles ${GNUSTEP_PREFIX}/System/
-${MKDIR} ${GNUSTEP_PREFIX}/System/Applications