freebsd-ports/lang/o2c
Satoshi Asami 7284b85420 Um, you can't install a file to a user's home directory (which is most
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
1998-06-16 12:06:13 +00:00
..
files New port o2c, an Oberon-2 compiler. 1998-06-12 12:08:09 +00:00
distinfo New port o2c, an Oberon-2 compiler. 1998-06-12 12:08:09 +00:00
Makefile Um, you can't install a file to a user's home directory (which is most 1998-06-16 12:06:13 +00:00
pkg-comment New port o2c, an Oberon-2 compiler. 1998-06-12 12:08:09 +00:00
pkg-descr New port o2c, an Oberon-2 compiler. 1998-06-12 12:08:09 +00:00
pkg-plist New port o2c, an Oberon-2 compiler. 1998-06-12 12:08:09 +00:00