summaryrefslogtreecommitdiff
path: root/japanese/today/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Reorganize the patches to:Masafumi Max NAKANE1997-09-191-3/+1
| | | | | | | | | - Inhibit multiple patch files to change one file. - Remove PATCH_STRIP definition from the Makefile. - One patch file for each file to be modified. Notes: svn path=/head/; revision=7966
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Updatethe maitainer's address.Masafumi Max NAKANE1997-09-141-17/+16
| | | | | | | | Make lha quiet. Some more style fixes. Notes: svn path=/head/; revision=7906
* mkdir --> ${MKDIR} cp -->${CP}David E. O'Brien1996-12-031-2/+2
| | | | Notes: svn path=/head/; revision=4767
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* This is just a test. Try to import a simple program from -currentSatoshi Asami1996-11-101-1/+1
| | | | | | | and see if our CVS setup is working. Notes: svn path=/head/; revision=4372
* Tells you what day today is.Satoshi Asami1996-10-181-0/+49
Submitted by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> Notes: svn path=/head/; revision=4033