1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- USE_REINPLACE

This commit is contained in:
Dirk Meyer 2005-08-28 19:21:53 +00:00
parent e99d7a1173
commit f42b9fdd27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141183

View File

@ -26,6 +26,7 @@ USE_GNUSTEP_INSTALL= yes
GNU_CONFIGURE= yes
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
MAKE_ARGS+= GNUSTEP_SYSTEM_ROOT=${PREFIX}/System
CONFIGURE_ARGS+= --with-gnustep
@ -33,11 +34,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GToolKit
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
post-patch:
@${MV} ${CONFIGURE_WRKSRC}/configure ${CONFIGURE_WRKSRC}/configure.sed
${SED} -e 's#gtk-config#gtk12-config#g' \
${CONFIGURE_WRKSRC}/configure.sed \
> ${CONFIGURE_WRKSRC}/configure
${CHMOD} +x ${CONFIGURE_WRKSRC}/configure
${REINPLACE_CMD} -e 's#gtk-config#gtk12-config#g' \
${CONFIGURE_WRKSRC}/configure
.include <bsd.port.pre.mk>