summaryrefslogtreecommitdiff
path: root/misc/man.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change MAINTAINER.Kiriyama Kazuhiko2003-05-061-1/+1
| | | | Notes: svn path=/head/; revision=80258
* Add missing directoriesKris Kennaway2003-04-051-0/+4
| | | | Notes: svn path=/head/; revision=78260
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Removed MASTER_SITE_PORTS_JP from misc/man.el, the files referedEdwin Groothuis2002-12-271-2/+1
| | | | | | | | | to haven't been there for three-and-a-half years. Informed maintainer. Noticed by: portsurvey. Notes: svn path=/head/; revision=71910
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53958
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-181-1/+1
| | | | | | | should be spelled corrcetly, although I rather liked "Emasc". Notes: svn path=/head/; revision=21709
* Modified for XEmacsSatoshi Taoka1999-09-066-9/+188
| | | | | | | | | | Added a script to byte-compile PR: 13389 Submitted by: maintainer Notes: svn path=/head/; revision=21326
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-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 Notes: svn path=/head/; revision=19803
* Use ${MASTER_SITE_PORTS_JP}.Jun Kuriyama1999-04-272-3/+3
| | | | | | | Submitted by: kiri Notes: svn path=/head/; revision=18163
* MASTER_SITES changed.Jun Kuriyama1999-04-261-2/+2
| | | | | | | Submitted by: horikawa@jp.freebsd.org, toyo@slab.ntt.co.jp Notes: svn path=/head/; revision=18136
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-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. Notes: svn path=/head/; revision=16518
* PR: ports/9008Seiichirou Hiraoka1998-12-162-10/+15
| | | | | | | | Submitted by: kiri@pis.toba-cmt.ac.jp Bug fix i18n-man-ja.el Notes: svn path=/head/; revision=15381
* Don't use NO_WRKDIR.Satoshi Asami1998-12-021-3/+3
| | | | Notes: svn path=/head/; revision=15050
* Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs.Jun 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 Notes: svn path=/head/; revision=13759