summaryrefslogtreecommitdiff
path: root/korean/hanemacs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* This doesn't build on the Alpha.Steve Price1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19651
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* From maintainer:Steve Price1999-01-186-25/+109
| | | | | | | | | | ELF building fix. Many part of fix from editors/emacs. PR: 9451 Submitted by: maintainer Notes: svn path=/head/; revision=16141
* Mark BROKEn for ELF:Justin M. Seger1998-10-161-1/+3
| | | | | | | | | gmake[1]: *** No rule to make target `/usr/lib/crt0.o', needed by `temacs'. Stop. gmake[1]: Leaving directory `/usr/ports/korean/hanemacs/work/hanemacs-19.34/src' gmake: *** [src] Error 2 Notes: svn path=/head/; revision=14035
* Remove manpages that are define in MAN? macros in korean Makefiles.Satoshi Asami1998-08-131-3/+0
| | | | Notes: svn path=/head/; revision=12499
* My mistakes in previous commit are fixed.Jun Kuriyama1998-05-191-3/+2
| | | | | | | Pointed out by: maintainer Notes: svn path=/head/; revision=11064
* Korean version of GNU editing macros.Jun Kuriyama1998-05-1711-0/+2286
PR: ports/6011 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=11027