From 8435e9af1b350864433e69ecd264f1fbed08c10c Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 11 May 2003 03:11:00 +0000 Subject: [PATCH] Attent to bento cluster peculiar behavior: it is prefixing the binary files with CONFIGURE_TARGET variable contents although this is not reproduceable in local tests. Nevertheless, fix it by setting CONFIGURE_ARGS+=--program-transform-name='' Prompted by: bento --- sysutils/knutclient-kde4/Makefile | 3 ++- sysutils/knutclient/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/knutclient-kde4/Makefile b/sysutils/knutclient-kde4/Makefile index 7da8001bc3a8..edf18b570532 100644 --- a/sysutils/knutclient-kde4/Makefile +++ b/sysutils/knutclient-kde4/Makefile @@ -17,7 +17,8 @@ USE_KDELIBS_VER=3 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mt +CONFIGURE_ARGS= --enable-mt \ + --program-transform-name='' post-patch: @${REINPLACE_CMD} -E \ diff --git a/sysutils/knutclient/Makefile b/sysutils/knutclient/Makefile index 7da8001bc3a8..edf18b570532 100644 --- a/sysutils/knutclient/Makefile +++ b/sysutils/knutclient/Makefile @@ -17,7 +17,8 @@ USE_KDELIBS_VER=3 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mt +CONFIGURE_ARGS= --enable-mt \ + --program-transform-name='' post-patch: @${REINPLACE_CMD} -E \