diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-08-28 19:21:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-08-28 19:21:53 +0000 |
commit | f42b9fdd271824c49843d37d689156c9f07dd063 (patch) | |
tree | 46e5875e920c5274755d5a5f0d1c7b54982ce778 /x11-toolkits | |
parent | e99d7a1173a8fb4decf6f7de92fc7c20eb842df9 (diff) | |
download | ports-f42b9fdd271824c49843d37d689156c9f07dd063.tar.gz ports-f42b9fdd271824c49843d37d689156c9f07dd063.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile index 4aea08876414..f3ac638cd158 100644 --- a/x11-toolkits/gtoolkit/Makefile +++ b/x11-toolkits/gtoolkit/Makefile @@ -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> |