mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
20 lines
585 B
Text
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:
|