diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-11-22 20:44:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-11-22 20:44:29 +0000 |
commit | 4664f6012229891397b1026c6878bc51e0b69aef (patch) | |
tree | 1aa18e590ff18bb0b52ec72d12d2b59f809fa8dd /graphics/geomview/files/patch-ai | |
parent | gsubedit should have been repo copied from graphics/gsubedit, not (diff) |
Upgrade to 1.8.1 .
It's not quite completely unbroken, but it's certainly less
broken than 1.6 was.
Notes
Notes:
svn path=/head/; revision=70766
Diffstat (limited to 'graphics/geomview/files/patch-ai')
-rw-r--r-- | graphics/geomview/files/patch-ai | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/geomview/files/patch-ai b/graphics/geomview/files/patch-ai deleted file mode 100644 index 830a40a0b802..000000000000 --- a/graphics/geomview/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- makefiles/Makerules.allobj.orig Tue Aug 15 03:17:24 2000 -+++ makefiles/Makerules.allobj Tue Aug 15 03:17:39 2000 -@@ -44,7 +44,7 @@ - echo -rm -f *.c - - installbin: ${TARGETS} -- ${INSTALL} -m 775 -O -v -F ${BINDIR} ${TARGETS} -+ ${INSTALL} -m 755 -O -v -F ${BINDIR} ${TARGETS} - - include ${MKFILEDIR}/Makedefs.SUBDIRS - include ${MKFILEDIR}/Makerules.clean |