diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:35:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:35:12 +0800 |
commit | 11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5 (patch) | |
tree | 45668b8ed7a8df113504158be67c514a2f573b0b | |
parent | 0f6d617c19b7a5014a0ecac3dd1f15a5c42979ba (diff) | |
download | freebsd-ports-gnome-11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5.tar.gz freebsd-ports-gnome-11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5.tar.zst freebsd-ports-gnome-11e9eb2a5d351085d821d7a3ff00f6a2a8080ee5.zip |
Make this port reinstall friendly.
-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 |