Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | Change all permutations in capitalization of "asami@freebsd.org" to | asami | 1999-06-21 | 1 | -2/+2 |
| | | | | "asami@FreeBSD.org". | ||||
* | s,/usr/local,${PREFIX}, | mharo | 1999-06-05 | 1 | -2/+2 |
| | |||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -2/+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. | ||||
* | Change Maintainer's mail address. | sada | 1998-12-10 | 2 | -17/+6 |
| | | | | | Stop using Japanese fonts directry and make depend on japanese/netscape-fonts. | ||||
* | Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust path | asami | 1998-11-23 | 2 | -11/+11 |
| | | | | to dependency to match reality. Use = instead of += for dependency definition. | ||||
* | k8 is now elisa10x8. | asami | 1998-10-06 | 1 | -2/+2 |
| | |||||
* | Japanese support for Netscape Navigator 3. | kuriyama | 1998-06-01 | 9 | -0/+285 |
Submitted by: SADA Kenji <sada@e-mail.ne.jp> PR: ports/5342 |