diff options
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 \ |