openbsd-ports/editors/ged/patches/patch-Makefile_in
sthen d185b0f9e8 minor up to GNU ed 1.7; while there, drop some s/=/?=/ patches in Makefile
which are unneeded as they are overriden via flags to make, which take
precedence anyway.  ok pascal@ (maintainer).
2012-11-29 20:14:19 +00:00

12 lines
613 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2012/11/29 20:14:19 sthen Exp $
--- Makefile.in.orig Tue Oct 9 16:17:27 2012
+++ Makefile.in Thu Nov 29 12:45:35 2012
@@ -67,7 +67,6 @@ install-bin : all
install-info :
if [ ! -d "$(DESTDIR)$(infodir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(infodir)" ; fi
$(INSTALL_DATA) $(VPATH)/doc/$(pkgname).info "$(DESTDIR)$(infodir)/$(program_prefix)$(pkgname).info"
- -install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$(program_prefix)$(pkgname).info"
install-man :
if [ ! -d "$(DESTDIR)$(mandir)/man1" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" ; fi