diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-09-23 01:50:33 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-09-23 01:50:33 +0000 |
commit | ce12e97b71f1161a7bc8f9c56902adc77cc2c6fd (patch) | |
tree | 7d8544d968ce7b60b8b28eb31e4c34e94041d407 /chinese/celvis/files/patch-ag | |
parent | Use ${INSTALL_MAN} instead of install -c to install the man page. (diff) |
New port, celvis, a chinese language elvis (vi clone).
Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
Notes
Notes:
svn path=/head/; revision=3843
Diffstat (limited to 'chinese/celvis/files/patch-ag')
-rw-r--r-- | chinese/celvis/files/patch-ag | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/celvis/files/patch-ag b/chinese/celvis/files/patch-ag new file mode 100644 index 000000000000..6badcd280f92 --- /dev/null +++ b/chinese/celvis/files/patch-ag @@ -0,0 +1,22 @@ +--- cmd1.c.orig Tue Nov 6 11:53:55 1990 ++++ cmd1.c Sat Aug 17 15:18:01 1996 +@@ -882,9 +882,6 @@ + #else + msg("%s (%s)", VERSION, DATE); + #endif +-#ifdef COMPILED_BY +- msg("Compiled by %s", COMPILED_BY); +-#endif + #ifdef CREDIT + msg("%s", CREDIT); + #endif +@@ -893,6 +890,9 @@ + #endif + #ifdef CVERSION + msg("%s", CVERSION); ++#endif ++#ifdef COMPILED_BY ++ msg("Compiled by %s", COMPILED_BY); + #endif + #ifdef COPYING + msg("%s", COPYING); |