ports/math/mathomatic/files/patch-makefile
Renato Botelho 2153c74b09 - Update to 12.4.11
PR:		ports/87043
Submitted by:	maintainer
2005-10-07 18:49:48 +00:00

20 lines
585 B
Text

--- makefile.orig Sat Sep 10 23:21:26 2005
+++ makefile Fri Oct 7 15:03:27 2005
@@ -10,7 +10,7 @@
prefix = /usr
bindir = /usr/local/bin
-mandir = $(prefix)/share/man
+mandir = $(prefix)/man
docdir = $(prefix)/share/doc
AOUT =mathomatic
@@ -42,7 +42,7 @@
install -d $(docdir)/mathomatic
install -m 0755 $(AOUT) $(bindir)
install -m 0644 doc/mathomatic.1 $(mandir)/man1
- 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.
uninstall: