aboutsummaryrefslogtreecommitdiffstats
path: root/lang/o2c
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-06-16 20:06:13 +0800
committerasami <asami@FreeBSD.org>1998-06-16 20:06:13 +0800
commit494c2b0b71eb44e02070442ddca1242cf7fc3c56 (patch)
tree961b47dfe5308c744a6bc4eea780885da19602ea /lang/o2c
parente20b232e550c9a0237a811b0bff92f75023e5ffe (diff)
downloadfreebsd-ports-gnome-494c2b0b71eb44e02070442ddca1242cf7fc3c56.tar.gz
freebsd-ports-gnome-494c2b0b71eb44e02070442ddca1242cf7fc3c56.tar.zst
freebsd-ports-gnome-494c2b0b71eb44e02070442ddca1242cf7fc3c56.zip
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
Diffstat (limited to 'lang/o2c')
-rw-r--r--lang/o2c/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <ob@seicom.NET>
#
-# $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