summaryrefslogtreecommitdiffstats
path: root/misc/man.el
Commit message (Collapse)AuthorAgeFilesLines
* Removed MASTER_SITE_PORTS_JP from misc/man.el, the files referededwin2002-12-271-2/+1
| | | | | | to haven't been there for three-and-a-half years. Informed maintainer. Noticed by: portsurvey.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
| | | | | | 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.
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-141-1/+1
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* Modified for XEmacstaoka1999-09-066-9/+188
| | | | | | | Added a script to byte-compile PR: 13389 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Use ${MASTER_SITE_PORTS_JP}.kuriyama1999-04-272-3/+3
| | | | Submitted by: kiri
* MASTER_SITES changed.kuriyama1999-04-261-2/+2
| | | | Submitted by: horikawa@jp.freebsd.org, toyo@slab.ntt.co.jp
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-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.
* PR: ports/9008flathill1998-12-162-10/+15
| | | | | Submitted by: kiri@pis.toba-cmt.ac.jp Bug fix i18n-man-ja.el
* Don't use NO_WRKDIR.asami1998-12-021-3/+3
|
* Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs.kuriyama1998-10-095-0/+51
PR: ports/8007 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> ----- Directory "${PREFIX}/share/emacs/site-lisp" will shared with other ports. Will the guideline about this directory post to freebsd-ports by maintainer? This port makes new virtual category "elisp". Approved by: asami
OpenPOWER on IntegriCloud