diff options
Diffstat (limited to 'math/mathomatic/files/patch-makefile')
-rw-r--r-- | math/mathomatic/files/patch-makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/mathomatic/files/patch-makefile b/math/mathomatic/files/patch-makefile new file mode 100644 index 000000000000..0a7e86d94997 --- /dev/null +++ b/math/mathomatic/files/patch-makefile @@ -0,0 +1,11 @@ +--- makefile.orig Mon Mar 7 03:40:08 2005 ++++ makefile Mon Apr 11 22:16:09 2005 +@@ -42,7 +42,7 @@ + install -d $(docdir)/mathomatic + install -m 0755 $(AOUT) $(bindir) + install -m 0644 doc/mathomatic.1 $(mandir)/man1 +- install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic ++#%%PORTDOCS%%install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic + @echo Install completed. + + clean: |