diff options
author | Issei Suzuki <issei@FreeBSD.org> | 2000-12-24 08:23:04 +0000 |
---|---|---|
committer | Issei Suzuki <issei@FreeBSD.org> | 2000-12-24 08:23:04 +0000 |
commit | eff51161a131ebc90175809f28b8d6a7208da147 (patch) | |
tree | df5d5945a15d58b165f144e1274695d46ad828f2 /math/topaz/files/patch-ab | |
parent | Upgrade to 2.13 (diff) |
Update to 3.30
Change MAINTAINER line. Now the maintainer is committer.
Submitted by: tkato@prontomail.ne.jp
Notes
Notes:
svn path=/head/; revision=36297
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 + |