openbsd-ports/graphics/asymptote/patches/patch-doc_png_Makefile_in
shadchin 021fcfee6d Update to 2.10
ok jasper@
2011-05-30 11:04:14 +00:00

15 lines
547 B
Plaintext

$OpenBSD: patch-doc_png_Makefile_in,v 1.1 2011/05/30 11:04:14 shadchin Exp $
--- doc/png/Makefile.in.orig Sun Aug 1 13:08:42 2010
+++ doc/png/Makefile.in Sat Nov 13 00:31:42 2010
@@ -35,8 +35,8 @@ distclean: FORCE clean
-rm -f Makefile
install: asymptote.info
- ${INSTALL} -d -m 755 $(infodir)/asymptote
- ${INSTALL} -p -m 644 asymptote.info $(infodir)/asymptote
+ ${INSTALL} -d -m 755 $(infodir)
+ ${INSTALL} -p -m 644 asymptote.info $(infodir)
-if test -z "$(DESTDIR)"; then \
install-info --infodir=$(infodir) asymptote.info; \
fi