openbsd-ports/net/toxic/patches/patch-cfg_targets_install_mk
landry 1ab78f7962 Import toxic 0.8.2.
Toxic is a ncurses-base Tox-based instant messenging client which
formerly resided in the Tox core repository, and is now available as a
standalone application.

From Leonid Bobrov who takes maintainership, ok bcallah@
2018-04-29 11:16:30 +00:00

14 lines
399 B
Plaintext

$OpenBSD: patch-cfg_targets_install_mk,v 1.1.1.1 2018/04/29 11:16:30 landry Exp $
Index: cfg/targets/install.mk
--- cfg/targets/install.mk.orig
+++ cfg/targets/install.mk
@@ -35,7 +35,6 @@ install: $(BUILD_DIR)/toxic
mv temp_file $$file ;\
sed -e 's:__DATADIR__:'$(abspath $(DATADIR))':g' $$file > temp_file && \
mv temp_file $$file ;\
- gzip -f -n -9 $$file ;\
done
.PHONY: install