Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add $FreeBSD$, which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when | asami | 2000-09-25 | 1 | -2/+1 |
| | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris | ||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -4/+4 |
| | |||||
* | Very minor style change. | obrien | 1999-10-27 | 1 | -1/+1 |
| | |||||
* | Make PREFIX clean. | obrien | 1999-09-19 | 1 | -1/+5 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | hoek | 1999-06-26 | 1 | -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 | ||||
* | Initial import of mawk version 1.3.3. | steve | 1999-01-18 | 5 | -0/+36 |
An implementation of the new/posix awk. PR: 9476 Submitted by: Pedro F. Giffuni <giffunip@asme.org> |