From 7284b8542096bd645b3bd2fb0670931cd99eec8e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 16 Jun 1998 12:06:13 +0000 Subject: 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 --- lang/o2c/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/o2c') diff --git a/lang/o2c/Makefile b/lang/o2c/Makefile index a8344b4249a5..bca6d9192995 100644 --- a/lang/o2c/Makefile +++ b/lang/o2c/Makefile @@ -3,7 +3,7 @@ # Date created: December 3, 1997 # Whom: Oliver Breuninger # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/12 12:08:08 tg Exp $ DISTNAME= o2c-1.16 CATEGORIES= lang @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.uni-kl.de/pub/informatik/software/ \ MAINTAINER= ob@seicom.NET +BROKEN= attempts to install file to home directory + MAKE_ENV= MAKEOBJDIR=. MAN1= o2b.1 o2c.1 o2ef.1 o2whereis.1 -- cgit v1.2.3