mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
(Computer Algebra System). PR: 79118 Submitted by: Roman Neuhauser <neuhauser (at) sigpipe.cz>
11 lines
388 B
Text
11 lines
388 B
Text
--- 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:
|