From a32b5e0fe75cb9557aa553511a10ba54e8d12ee8 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Wed, 14 Oct 1998 04:29:23 +0000 Subject: Make this port reinstall friendly Submitted by: steve --- devel/a2dev/files/patch-ad | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'devel/a2dev/files/patch-ad') diff --git a/devel/a2dev/files/patch-ad b/devel/a2dev/files/patch-ad index 57c72921c963..9cda38829334 100644 --- a/devel/a2dev/files/patch-ad +++ b/devel/a2dev/files/patch-ad @@ -1,7 +1,6 @@ -diff -ur a2dev-1.2.orig/link/Makefile a2dev-1.2/link/Makefile ---- a2dev-1.2.orig/link/Makefile Sun Mar 26 03:52:45 1995 -+++ a2dev-1.2/link/Makefile Wed Jul 1 18:23:18 1998 -@@ -16,7 +16,7 @@ +--- a2dev-1.2/link/Makefile.orig Sat Mar 25 21:52:45 1995 ++++ a2dev-1.2/link/Makefile Tue Oct 13 21:28:09 1998 +@@ -16,15 +16,15 @@ ### Abstract rules ### @@ -10,3 +9,13 @@ diff -ur a2dev-1.2.orig/link/Makefile a2dev-1.2/link/Makefile install: installbin installman + installbin: $(PROG) +- $(INSTALL) -m 0755 $(PROG) $(INSTBIN) ++ $(INSTALL) -c -m 0755 $(PROG) $(INSTBIN) + + installman: $(PROG).1 +- $(INSTALL) -m 0644 $(PROG).1 $(INSTMAN)/man1 ++ $(INSTALL) -c -m 0644 $(PROG).1 $(INSTMAN)/man1 + + clean: + $(RM) core *.o -- cgit v1.2.3