summaryrefslogtreecommitdiff
path: root/lang/o2c/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Fix post-patch target.Justin M. Seger1998-10-141-2/+2
| | | | Notes: svn path=/head/; revision=13985
* Don't install files into the user's home directory.Thomas Gellekum1998-06-161-3/+5
| | | | Notes: svn path=/head/; revision=11451
* 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 Notes: svn path=/head/; revision=11450
* New port o2c, an Oberon-2 compiler.Thomas Gellekum1998-06-121-0/+25
PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET> Notes: svn path=/head/; revision=11410