From owner-cvs-ports Tue Jun 16 05:07:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24640 for cvs-ports-outgoing; Tue, 16 Jun 1998 05:07:23 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24561; Tue, 16 Jun 1998 05:07:09 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25605; Tue, 16 Jun 1998 05:06:16 -0700 (PDT) Date: Tue, 16 Jun 1998 05:06:16 -0700 (PDT) Message-Id: <199806161206.FAA25605@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/o2c Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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