diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:48:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:48:16 +0000 |
commit | 77097ed7340283c8d7eee7bd01ee9a977ead266a (patch) | |
tree | a4e51717d096fdb686c9946f7a8e03fe46154205 /math | |
parent | xforms is at version 0.88. (diff) |
Make this port re-install friendly.
Notes
Notes:
svn path=/head/; revision=12559
Diffstat (limited to 'math')
-rw-r--r-- | math/calctool/files/patch-ab | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/calctool/files/patch-ab b/math/calctool/files/patch-ab index d80496ae6611..1b6f64e338e4 100644 --- a/math/calctool/files/patch-ab +++ b/math/calctool/files/patch-ab @@ -1,5 +1,5 @@ --- Makefile.orig Sat May 29 11:35:43 1993 -+++ Makefile Wed Dec 11 21:32:54 1996 ++++ Makefile Sun Aug 16 10:37:31 1998 @@ -116,8 +116,8 @@ # library files are not in a standard place, then the following # two lines should be uncommented, and set appropriately. @@ -38,11 +38,13 @@ CC = cc -@@ -233,7 +234,6 @@ +@@ -233,8 +234,7 @@ ld -o libcalctool.so.1.1 -assert pure-text $? install: - install -c -m 644 $(LIBNAME) $(LIBDIR) - install -s -m 751 calctool $(BINDIR) +- install -s -m 751 calctool $(BINDIR) ++ install -c -s -m 751 calctool $(BINDIR) install -c -m 644 calctool.help $(LIBDIR) install -c -m 644 calctool.ps $(LIBDIR) + install -c -m 644 calctool.1 $(MANDIR)/calctool.$(MANSECT) |