aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-17 08:48:16 +0800
committersteve <steve@FreeBSD.org>1998-08-17 08:48:16 +0800
commit4859e8e85887c3cb5ef9bd7a9c8b4e2649b96273 (patch)
treea416c6f8f25921f62d2d8e8f4f09500944db8448
parentf633e7891189db94e43d9934a7b638acf424659c (diff)
downloadfreebsd-ports-gnome-4859e8e85887c3cb5ef9bd7a9c8b4e2649b96273.tar.gz
freebsd-ports-gnome-4859e8e85887c3cb5ef9bd7a9c8b4e2649b96273.tar.zst
freebsd-ports-gnome-4859e8e85887c3cb5ef9bd7a9c8b4e2649b96273.zip
Make this port re-install friendly.
-rw-r--r--math/calctool/files/patch-ab8
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)