diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/speyes/files/patch-Imakefile | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/speyes/files/patch-Imakefile')
-rw-r--r-- | games/speyes/files/patch-Imakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/speyes/files/patch-Imakefile b/games/speyes/files/patch-Imakefile new file mode 100644 index 000000000000..1bdef65d5166 --- /dev/null +++ b/games/speyes/files/patch-Imakefile @@ -0,0 +1,8 @@ +--- Imakefile.orig Fri Nov 5 09:43:09 1999 ++++ Imakefile Wed Nov 1 07:59:39 2000 +@@ -8,4 +8,4 @@ + SRCS = speyes.c + OBJS = speyes.o getopt.o getopt1.o + +-ComplexProgramTarget(speyes) ++ComplexProgramTargetNoMan(speyes) |