Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | More style fixes for ports/textproc. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | Whoops, remove comments that weren't supposed to be there | cpiazza | 2000-01-31 | 1 | -2/+2 |
| | |||||
* | Fix for -current | cpiazza | 2000-01-31 | 1 | -2/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-27 | 1 | -3/+3 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de | ||||
* | s/String/string/g so this builds again. | steve | 1999-06-22 | 2 | -0/+22 |
| | |||||
* | Add WWW: to some of the more recent imports... | hoek | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Initial import of nicetext version 0.9. | steve | 1999-05-03 | 5 | -0/+265 |
Convert files to pseudo-natural-language test and back again. PR: 7761 Submitted by: Mark Chapman <markc@ctgi.net> |