Date: Tue, 16 Jun 1998 05:06:16 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/o2c Makefile Message-ID: <199806161206.FAA25605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 1998/06/16 05:06:15 PDT Modified files: lang/o2c Makefile Log: 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 Revision Changes Path 1.2 +3 -1 ports/lang/o2c/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806161206.FAA25605>