From 4859e8e85887c3cb5ef9bd7a9c8b4e2649b96273 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 17 Aug 1998 00:48:16 +0000 Subject: Make this port re-install friendly. --- math/calctool/files/patch-ab | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'math/calctool/files') 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) -- cgit