/calendar/pcs/

-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/eperl
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-5/+5
| | | | | | | | 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.
* Don't assume that strnstr(3) exists in the system libc. This should fix thesobomax2002-01-024-41/+27
| | | | | | build on slightly outdated (3 weeks and more) 4-STABLE systems. Submitted by: bento
* Unbroke on -current: don't prototype/implement strnstr(3) - this functionsobomax2001-12-19