diff options
author | tg <tg@FreeBSD.org> | 1998-05-14 15:11:06 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-14 15:11:06 +0800 |
commit | 2b7c99728ecb6bb69ab9b87e7c25ffddac1114aa (patch) | |
tree | 0d0a059b79e71d2828b32df63983d415af646aac /games/xvmahjongg/files/patch-aa | |
parent | 1596246d719f6888c2d7228a107873a0e45f8345 (diff) | |
download | freebsd-ports-graphics-2b7c99728ecb6bb69ab9b87e7c25ffddac1114aa.tar.gz freebsd-ports-graphics-2b7c99728ecb6bb69ab9b87e7c25ffddac1114aa.tar.zst freebsd-ports-graphics-2b7c99728ecb6bb69ab9b87e7c25ffddac1114aa.zip |
New port xvmahjongg; the solitaire version for Xview.
PR: 6090
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xvmahjongg/files/patch-aa')
-rw-r--r-- | games/xvmahjongg/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xvmahjongg/files/patch-aa b/games/xvmahjongg/files/patch-aa new file mode 100644 index 00000000000..59a2e6e47c4 --- /dev/null +++ b/games/xvmahjongg/files/patch-aa @@ -0,0 +1,20 @@ +--- image-stuff/Makefile Thu Dec 19 23:01:20 1991 ++++ /home/andy/tmp/wrk/image-stuff/Makefile Sat Mar 21 23:44:49 1998 +@@ -18,13 +18,13 @@ + cd ..; image-stuff/Img-mk-swap + + ../images/color: ../images +- mkdir $@ ++ - mkdir $@ + + ../images/bandw: ../images +- mkdir $@ ++ - mkdir $@ + + ../images/swap: ../images +- mkdir $@ ++ - mkdir $@ + + ../images: +- mkdir $@ ++ - mkdir $@ |