diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-04 20:05:12 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-04 20:05:12 +0000 |
commit | 18de1e0d769c3b6d8d6f291d7bc7c78198e0b878 (patch) | |
tree | 751f09062487b70152682b45d79c9b683b05e100 /math/wingz/files | |
parent | Update 1.1.beta25 -> 1.1.beta26 (diff) |
port of linux' wingz
Diffstat (limited to 'math/wingz/files')
-rw-r--r-- | math/wingz/files/patch-aa | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/math/wingz/files/patch-aa b/math/wingz/files/patch-aa new file mode 100644 index 000000000000..a99578336c64 --- /dev/null +++ b/math/wingz/files/patch-aa @@ -0,0 +1,40 @@ +*** Wingz/bin/Wingz.sh~ Fri Sep 29 12:16:44 1995 +--- Wingz/bin/Wingz.sh Mon Oct 23 14:54:04 1995 +*************** +*** 5,11 **** + # Copyright 1988, 1989, 1990 + # + +! INSTDIR=xxxx + + if [ ! -n "$WINGZ" ] + then +--- 5,11 ---- + # Copyright 1988, 1989, 1990 + # + +! INSTDIR=@WINGZ_DIR@ + + if [ ! -n "$WINGZ" ] + then + + + +*** Makefile~ Mon Oct 23 15:01:00 1995 +--- Makefile Mon Oct 23 15:00:44 1995 +*************** +*** 0 **** +--- 1,13 ---- ++ # Makefile to patch/install Wingz ++ ++ all: ++ sed 's:@WINGZ_DIR@:${PREFIX}/lib/X11/:' Wingz/bin/Wingz.sh >Wingz.sh ++ chmod +x Wingz.sh ++ ++ install: ++ pax -w Wingz |(cd ${PREFIX}/lib/X11; pax -r) ++ cp Wingz.sh ${PREFIX}/bin/Wingz ++ cp Wingz/Wingz.Xdefs ${PREFIX}/lib/X11/app-defaults/Wingz ++ install -m 666 /dev/null ${PREFIX}/lib/X11/Wingz/.wingz ++ ++ |