diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:35:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:35:12 +0000 |
commit | 796060812d8bd786a44c26df317d6d5bac4e525f (patch) | |
tree | 51c43b8d53f5fc7ca07bc026ee76a1826ef3b074 /games/xchadance | |
parent | cc81e5d1c438da49f68f8442be5554b399d4de2f (diff) | |
download | ports-796060812d8bd786a44c26df317d6d5bac4e525f.tar.gz ports-796060812d8bd786a44c26df317d6d5bac4e525f.zip |
Notes
Diffstat (limited to 'games/xchadance')
-rw-r--r-- | games/xchadance/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xchadance/files/patch-aa b/games/xchadance/files/patch-aa index 5412997e8624..e1c9152e8442 100644 --- a/games/xchadance/files/patch-aa +++ b/games/xchadance/files/patch-aa @@ -1,5 +1,5 @@ ---- makefile.orig Mon Mar 7 22:10:46 1994 -+++ makefile Fri Feb 19 08:58:24 1999 +--- makefile.orig Mon Mar 7 07:10:46 1994 ++++ makefile Sun Jun 20 15:11:51 1999 @@ -1,6 +1,7 @@ CC = gcc -CFLAGS = -Wall -O @@ -15,7 +15,7 @@ install : - cp xchadance $(BINDIR) -+ install -s xchadance $(BINDIR) ++ install -c -s xchadance $(BINDIR) xchadance : xchadance.o chadata.o |