aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/knutclient-kde4
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-05-11 11:11:00 +0800
committerlioux <lioux@FreeBSD.org>2003-05-11 11:11:00 +0800
commit1df9b391995cd87f2c522d475e83a9d4ad42c679 (patch)
treecf60cece1c604e5f2fcd07a13a0cc1d05d857581 /sysutils/knutclient-kde4
parent6c9d74058836c94b1f9622f70686b20398c37530 (diff)
downloadfreebsd-ports-gnome-1df9b391995cd87f2c522d475e83a9d4ad42c679.tar.gz
freebsd-ports-gnome-1df9b391995cd87f2c522d475e83a9d4ad42c679.tar.zst
freebsd-ports-gnome-1df9b391995cd87f2c522d475e83a9d4ad42c679.zip
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
Diffstat (limited to 'sysutils/knutclient-kde4')
-rw-r--r--sysutils/knutclient-kde4/Makefile3
1 files changed, 2 insertions, 1 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 \