diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-21 19:00:48 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-21 19:00:48 +0000 |
commit | 7a9b9cd9b928b10528d61b82643527cedc403f34 (patch) | |
tree | e432203dc25217f851f169b302edea5fc3b9c03d /games/xevil/files/patch-ad | |
parent | Fennerism. Chase the renaming of the distfile. (diff) |
Upgrade to version 2.02 and change maintainer.
PR: ports/23533
Submitted by: Göran Runfeldt <goranrunfeldt@home.se>
Notes
Notes:
svn path=/head/; revision=36202
Diffstat (limited to 'games/xevil/files/patch-ad')
-rw-r--r-- | games/xevil/files/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/files/patch-ad b/games/xevil/files/patch-ad new file mode 100644 index 000000000000..3782a2529f40 --- /dev/null +++ b/games/xevil/files/patch-ad @@ -0,0 +1,14 @@ +--- Makefile~ Wed Jan 19 13:08:50 2000 ++++ Makefile Thu Dec 21 19:43:26 2000 +@@ -63,11 +63,6 @@ + + # Could also include serverping in the distribution + $(OBJ_DIR)/xevil$(VERSION).$(PCKG_NAME).tar.Z:: +- cp readme.txt $(OBJ_DIR) +- cp gpl.txt $(OBJ_DIR) +- cp -r instructions $(OBJ_DIR) +- (cd $(OBJ_DIR); tar cf xevil$(VERSION).$(PCKG_NAME).tar xevil readme.txt gpl.txt instructions) +- (cd $(OBJ_DIR); compress -f xevil$(VERSION).$(PCKG_NAME).tar) + + ## Make a distribution file. + dist: |