diff options
Diffstat (limited to '')
-rw-r--r-- | math/topaz/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/topaz/files/patch-ab b/math/topaz/files/patch-ab index 63cf2f473fc1..fc8d4faebba9 100644 --- a/math/topaz/files/patch-ab +++ b/math/topaz/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.freebsd.orig Tue Oct 26 20:29:25 1999 -+++ Makefile.freebsd Sat Oct 30 16:51:41 1999 -@@ -1,50 +1,28 @@ +--- Makefile.freebsd.orig Sun Oct 22 21:00:30 2000 ++++ Makefile.freebsd Sun Dec 24 16:59:06 2000 +@@ -1,50 +1,29 @@ -INSTALLDIR=/usr/local/lib/topaz +INSTALLDIR=$(PREFIX)/lib/topaz @@ -53,7 +53,6 @@ - mkdir $(INSTALLDIR)/sample \ - ; fi - cp ./sample/* $(INSTALLDIR)/sample -- + -mkdir -p $(INSTALLDIR) + $(BSD_INSTALL_SCRIPT) ./topaz.sh $(INSTALLDIR) + $(BSD_INSTALL_DATA) ./head.ps $(INSTALLDIR) @@ -65,9 +64,10 @@ + $(BSD_INSTALL_PROGRAM) ./topaz/tpv2ps $(INSTALLDIR) + $(BSD_INSTALL_PROGRAM) ./topaz/tpvview $(INSTALLDIR) + -mkdir -p $(INSTALLDIR)/_topaz -+ $(BSD_INSTALL_SCRIPT) ./_topaz/* $(INSTALLDIR)/_topaz ++ $(BSD_INSTALL_DATA) ./_topaz/* $(INSTALLDIR)/_topaz + $(BSD_INSTALL_DATA) ./cuirc.lnx $(INSTALLDIR)/_topaz/cui.rc + $(BSD_INSTALL_DATA) ./topazfontmap $(INSTALLDIR)/_topaz + $(BSD_INSTALL_DATA) ./topazkfontmap $(INSTALLDIR)/_topaz + -mkdir -p $(PREFIX)/share/examples/topaz -+ cp ./sample/* $(PREFIX)/share/examples/topaz ++ $(BSD_INSTALL_DATA) ./sample/* ${PREFIX}/share/examples/topaz + |