aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/edict
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-18/+18
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Typo fix.okazaki2001-10-231-1/+1
| | | | | PR: 31438 Submitted by: maintainer
* Use proper POSIX syntax for `chown'.obrien2001-06-011-2/+2
|
* aviation.doc unfetchable fixijliao2001-05-233-3/+3
| | | | | PR: 27512 Submitted by: maintainer
* Find unfetchable distfiles.steve2000-09-053-6/+10
| | | | | PR: 20772 Submitted by: maintainer
* Update MASTER_SITES.knu2000-08-081-3/+3
| | | | | PR: ports/20461 Submitted by: Jonathan Hanna <pangolin@home.com> (MAINTAINER)
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-3/+2
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Modified URLtaoka2000-01-251-1/+1
|
* Added WWWtaoka2000-01-251-0/+2
| | | | Approved by: maintainer
* ln -> ${LN}mharo1999-08-281-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* grep -> ${GREP}mharo1999-08-231-4/+4
| | | | | true -> ${TRUE} false -> ${FALSE}
* awk -> ${AWK}mharo1999-08-231-5/+5
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-231-5/+5
| | | | chown -> ${CHOWN}
* Update to 19990714cpiazza1999-07-184-67/+70
| | | | | PR: 12643 Submitted by: maintainer
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Get rid of a MASTERSITE that doesn't appear to work.steve1999-02-221-3/+2
|
* Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Sinceasami1998-12-121-4/+2
| | | | | NO_WRKDIR is a port variable, not a user variable, it made no sense for these to be here in the first place.
* Checksum changed....asami1998-10-201-1/+1
|
* Update to version 19981007.steve1998-10-106-57/+62
| | | | | PR: 8192 Submitted by: maintainer
* Japanse-English dictionaries with access and maintenance utilities.kuriyama1998-05-307-0/+334
PR: ports/4643 Submitted by: Jonathan Hanna <jhanna@imtcomsys.bc.ca>