Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -6/+6 |
| | | | | | | | | 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. Use command macros where appropriate. | ||||
* | add = after MASTER_SITES | mharo | 2000-04-16 | 1 | -1/+1 |
| | |||||
* | update with the new PORTNAME/PORTVERSION variables | mharo | 2000-04-08 | 1 | -3/+3 |
| | |||||
* | expr -> ${EXPR} | mharo | 1999-08-28 | 1 | -1/+1 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -9/+9 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | Fix some portlint problems. echo -> ${ECHO}, fill in version required | cpiazza | 1999-07-18 | 1 | -21/+21 |
| | | | | and shorten DESCR. | ||||
* | Remove *.orig files from the pgms directory so this deinstall's cleanly. | steve | 1998-09-26 | 1 | -1/+2 |
| | |||||
* | mkdir --> ${MKDIR} | obrien | 1996-11-20 | 1 | -3/+3 |
| | | | | | cp --> ${CP} rm --> ${RM} | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -3/+3 |
| | |||||
* | Make this run from a R/O /usr file system: | se | 1996-01-05 | 1 | -7/+7 |
| | | | | | | - Temporary files are written into $TMPDIR (default /var/tmp) (some 18MB of free space are required for the file system test). - Results are stored into $RESULTDIR (default /tmp). | ||||
* | Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will | se | 1996-01-03 | 1 | -2/+14 |
| | | | | prevent the tests from running. | ||||
* | Add "do-install" target. | se | 1996-01-02 | 1 | -3/+9 |
| | |||||
* | The BYTE benchmark suite, very popular under Linux users as it seems. | se | 1996-01-01 | 1 | -0/+18 |
(See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ... |