diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 09:30:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 09:30:07 +0800 |
commit | 9928cf38eba2d1de08efea594c3022a39507bcd8 (patch) | |
tree | 1d9dccd1b4752c25792c9bfde0a3e2482e7f5887 /databases/typhoon/files | |
parent | b3a745ac79b33676fe91b02fe844783c9af6ed43 (diff) | |
download | freebsd-ports-graphics-9928cf38eba2d1de08efea594c3022a39507bcd8.tar.gz freebsd-ports-graphics-9928cf38eba2d1de08efea594c3022a39507bcd8.tar.zst freebsd-ports-graphics-9928cf38eba2d1de08efea594c3022a39507bcd8.zip |
Convert to ELF and make reinstall friendly.
Diffstat (limited to 'databases/typhoon/files')
-rw-r--r-- | databases/typhoon/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/typhoon/files/patch-ac b/databases/typhoon/files/patch-ac index c2d8b3c929f..cb677b06108 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) |