diff options
author | steve <steve@FreeBSD.org> | 1999-06-22 17:35:12 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-22 17:35:12 +0000 |
commit | 11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5 (patch) | |
tree | 45668b8ed7a8df113504158be67c514a2f573b0b /games/xchadance | |
parent | 0f6d617c19b7a5014a0ecac3dd1f15a5c42979ba (diff) | |
download | FreeBSD-ports-11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5.zip FreeBSD-ports-11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5.tar.gz |
Make this port reinstall friendly.
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 5412997..e1c9152 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 |