diff options
author | asami <asami@FreeBSD.org> | 1996-11-10 20:40:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-10 20:40:20 +0800 |
commit | 2aebbd99dd55db4044657577bb305ae41dd8b5fa (patch) | |
tree | b82f412afa436bf973bdf17a5ac671d4cfa7d398 | |
parent | 07e4a6e547065802f87c2bfc388118ee30bd3136 (diff) | |
download | freebsd-ports-gnome-2aebbd99dd55db4044657577bb305ae41dd8b5fa.tar.gz freebsd-ports-gnome-2aebbd99dd55db4044657577bb305ae41dd8b5fa.tar.zst freebsd-ports-gnome-2aebbd99dd55db4044657577bb305ae41dd8b5fa.zip |
This is just a test. Try to import a simple program from -current
and see if our CVS setup is working.
-rw-r--r-- | japanese/today/Makefile | 2 | ||||
-rw-r--r-- | japanese/today/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile index d6079561d2fb..60f156a76ffc 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -3,7 +3,7 @@ # Date created: 24 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/18 15:04:49 asami Exp $ # DISTNAME= td210bs diff --git a/japanese/today/files/patch-aa b/japanese/today/files/patch-aa index a49cf622302e..88c0ae5a0f03 100644 --- a/japanese/today/files/patch-aa +++ b/japanese/today/files/patch-aa @@ -393,7 +393,7 @@ diff -c old/version.c new/version.c *** 28,33 **** --- 28,34 ---- const char Version[] = "today " __DATE__ " version 2.10B (Àµ¼°ÈÇ)"; - const char RCSid[] ="$Id: version.c,v 1.1 1993/07/25 05:39:46 mori Exp $"; + const char RCSid[] ="$Id: patch-aa,v 1.1.1.1 1996/10/18 15:04:50 asami Exp $"; const char UseLanguage[] = + #if !defined(TRANS) #if defined(human68k) |