aboutsummaryrefslogtreecommitdiff
path: root/lang/f77
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=53957
* o Return maintainer to portsMario Sergio Fujikawa Ferreira2001-12-012-5/+3
| | | | | | | | | | | o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else PR: 32416 Submitted by: maintainer Notes: svn path=/head/; revision=50789
* Avoid name clash with system f77 by renaming executable to ftn77.Steve Price2000-05-291-1/+1
| | | | | | | | PR: 18839 Submitted by: maintainer Notes: svn path=/head/; revision=28859
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Don't write to ${PKGDIR}/PLIST.Satoshi Asami1999-05-111-7/+5
| | | | Notes: svn path=/head/; revision=18788
* driver utility for f2c and gccDavid E. O'Brien1999-04-245-0/+59
PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=18116