diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-17 01:51:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-17 01:51:59 +0800 |
commit | ef576caa9cbc8eb93b82066f4ab2d529cc40b949 (patch) | |
tree | bed77df1a7b402c65627ca0bde7c0a3bbcb31612 /editors | |
parent | 4119ee9fc40c0af7e5c75043dee1cab5cd6d8aba (diff) | |
download | freebsd-ports-gnome-ef576caa9cbc8eb93b82066f4ab2d529cc40b949.tar.gz freebsd-ports-gnome-ef576caa9cbc8eb93b82066f4ab2d529cc40b949.tar.zst freebsd-ports-gnome-ef576caa9cbc8eb93b82066f4ab2d529cc40b949.zip |
Don't print the pre-everything banner until gucharmap support is fixed.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/Makefile | 10 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 10 | ||||
-rw-r--r-- | editors/abiword/Makefile | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index cf12e0ac454e..0100b7fd076d 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -60,11 +60,11 @@ GNOME_ENABLED= yes CONFIGURE_ARGS+= --disable-gucharmap #.endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} "" +#pre-everything:: +# @${ECHO_MSG} "" +# @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" +# @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" +# @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index cf12e0ac454e..0100b7fd076d 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -60,11 +60,11 @@ GNOME_ENABLED= yes CONFIGURE_ARGS+= --disable-gucharmap #.endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} "" +#pre-everything:: +# @${ECHO_MSG} "" +# @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" +# @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" +# @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index cf12e0ac454e..0100b7fd076d 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -60,11 +60,11 @@ GNOME_ENABLED= yes CONFIGURE_ARGS+= --disable-gucharmap #.endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} "" +#pre-everything:: +# @${ECHO_MSG} "" +# @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" +# @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" +# @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ |