diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-11 03:11:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-11 03:11:00 +0000 |
commit | 8435e9af1b350864433e69ecd264f1fbed08c10c (patch) | |
tree | d1702ed719b8977150133357b9a55b2d7450ad25 /sysutils | |
parent | bbb80885fac283959dbd57eb0aa9b6c0caad731d (diff) | |
download | ports-8435e9af1b350864433e69ecd264f1fbed08c10c.tar.gz ports-8435e9af1b350864433e69ecd264f1fbed08c10c.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/knutclient-kde4/Makefile | 3 | ||||
-rw-r--r-- | 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 \ |