summaryrefslogtreecommitdiff
path: root/lang/o2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
|
* update mastersiteMichael Haro1999-10-271-1/+1
| | | | | PR: 14458 Submitted by: maintainer
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
|
* Yet more WWW: additionsMichael Haro1999-05-031-0/+2
|
* Fix post-patch target.Justin M. Seger1998-10-141-2/+2
|
* "mkdir" -> "mkdir -p"Satoshi Asami1998-08-261-1/+1
|
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-4/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Don't install files into the user's home directory.Thomas Gellekum1998-06-164-10/+23
|
* Um, you can't install a file to a user's home directory (which is mostSatoshi Asami1998-06-161-1/+3
| | | | | | | | | | | | | likely /root, and is useless for ordinary users anyway) during a port install. If the port *needs* a startup file (which is pretty broken to begin with...whatever happened to defaults?), then the porter should provide a "run this first" script to set it up. ======= ===> Installing for o2c-1.16 for i in o2c o2b o2whereis o2ef ; do cp docs/$i.1 /usr/local/man/man1/$i.1 ; chmod 644 /usr/local/man/man1/$i.1 ; done if [ ! -f /home/asami/.o2c.red ]; then cp system/o2c.red.template /home/asami/.o2c.red; fi cp: /home/asami/.o2c.red: No such file or directory *** Error code 1
* New port o2c, an Oberon-2 compiler.Thomas Gellekum1998-06-128-0/+223
PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET>