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-aj | |
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-aj')
-rw-r--r-- | graphics/geomview/files/patch-aj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/geomview/files/patch-aj b/graphics/geomview/files/patch-aj deleted file mode 100644 index 226be7e22233..000000000000 --- a/graphics/geomview/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- ./src/bin/flythrough/Makefile.orig Tue Aug 15 03:39:22 2000 -+++ ./src/bin/flythrough/Makefile Tue Aug 15 03:39:30 2000 -@@ -15,9 +15,9 @@ - installdata: - case ${INSTALL} in ..*) install=../${INSTALL} ;; *) install=${INSTALL} ;; esac; \ - cd data; \ -- $$install -O -v -m 664 -F ${GEOM}/../data/geom \ -+ $$install -O -v -m 644 -F ${GEOM}/../data/geom \ - flythrough_diagram.gv dodec.vect ; \ -- $$install -O -v -m 664 -F ${GEOM}/../data/groups *.?.gv *.tlist -+ $$install -O -v -m 644 -F ${GEOM}/../data/groups *.?.gv *.tlist - - - SED = sed \ |