openbsd-ports/x11/gnustep/base/patches/patch-Tools_Makefile_postamble

22 lines
885 B
Plaintext

$OpenBSD: patch-Tools_Makefile_postamble,v 1.3 2010/08/01 12:52:42 sebastia Exp $
--- Tools/Makefile.postamble.orig Thu Jun 10 12:13:51 2010
+++ Tools/Makefile.postamble Sun Aug 1 12:39:56 2010
@@ -50,8 +50,6 @@ after-install::
for file in $(MAN1_PAGES) __done; do \
if [ $$file != __done ]; then \
$(INSTALL_DATA) $$file $(GNUSTEP_DOC_MAN)/man1/$$file; \
- which gzip && rm -f $(GNUSTEP_DOC_MAN)/man1/$$file.gz \
- && gzip -9 $(GNUSTEP_DOC_MAN)/man1/$$file; \
fi; \
done; \
if [ ! -f $(GNUSTEP_DOC_MAN)/man8 ]; then \
@@ -59,8 +57,6 @@ after-install::
fi; \
for file in $(MAN8_PAGES); do \
$(INSTALL_DATA) $$file $(GNUSTEP_DOC_MAN)/man8/$$file; \
- which gzip && rm -f $(GNUSTEP_DOC_MAN)/man8/$$file.gz \
- && gzip -9 $(GNUSTEP_DOC_MAN)/man8/$$file; \
done$(END_ECHO)
ifeq ($(GNUSTEP_INSTALL_GDOMAP_AS_SETUID),no)
$(ECHO_NOTHING)echo ""; \