summaryrefslogtreecommitdiff
path: root/databases/typhoon/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-20 01:30:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-20 01:30:07 +0000
commit4cb6da685701d5cf6c7e7a57b125130ce248d6c2 (patch)
treeff1011ef4667d343286c21f3a4a20221a635fadd /databases/typhoon/files/patch-ac
parentAdd missing file. (diff)
Convert to ELF and make reinstall friendly.
Diffstat (limited to 'databases/typhoon/files/patch-ac')
-rw-r--r--databases/typhoon/files/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/typhoon/files/patch-ac b/databases/typhoon/files/patch-ac
index c2d8b3c929fa..cb677b06108c 100644
--- a/databases/typhoon/files/patch-ac
+++ b/databases/typhoon/files/patch-ac
@@ -9,8 +9,8 @@
lint:
lint -u $(DEFINES) $(SRCS)
---- util/Makefile.in~ Wed Dec 11 16:10:14 1996
-+++ util/Makefile.in Wed Dec 11 16:14:42 1996
+--- util/Makefile.in~ Sun May 21 11:47:41 1995
++++ util/Makefile.in Thu Oct 15 17:09:03 1998
@@ -8,11 +8,10 @@
CC = @cc@
CFLAGS = @cflags@
@@ -25,7 +25,7 @@
SHELL = /bin/sh
PROGRAMS = ddlp dbdview tyexport tyimport # tybackup tyrestore
MADESRCS = ddl.c exp.c imp.c
-@@ -74,11 +74,11 @@
+@@ -74,11 +73,11 @@
install: $(PROGRAMS)
cp $(PROGRAMS) $(DESTBIN)
@@ -34,7 +34,7 @@
cd $(DESTBIN) && chmod 755 $(PROGRAMS)
cd $(DESTBIN) && chown $(DESTOWN) $(PROGRAMS)
cd $(DESTBIN) && chgrp $(DESTGRP) $(PROGRAMS)
-+ install -m 644 ../man/ddlp.1 ${PREFIX}/man/man1
++ install -c -m 644 ../man/ddlp.1 ${PREFIX}/man/man1
uninstall:
cd $(DESTBIN) && rm -f $(PROGRAMS)