diff options
Diffstat (limited to 'math/mathomatic/files/patch-makefile')
-rw-r--r-- | math/mathomatic/files/patch-makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/mathomatic/files/patch-makefile b/math/mathomatic/files/patch-makefile index 0a7e86d94997..7c6517fad350 100644 --- a/math/mathomatic/files/patch-makefile +++ b/math/mathomatic/files/patch-makefile @@ -1,11 +1,11 @@ ---- makefile.orig Mon Mar 7 03:40:08 2005 -+++ makefile Mon Apr 11 22:16:09 2005 +--- makefile.orig Wed May 18 15:06:46 2005 ++++ makefile Wed May 18 15:07:19 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 +- install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic ++#%%PORTDOCS%%install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic @echo Install completed. - clean: + uninstall: |