summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-16 12:06:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-16 12:06:13 +0000
commit7284b8542096bd645b3bd2fb0670931cd99eec8e (patch)
tree9714c081aea7048dd68c6a3ee1911404c7ddb4ba /lang
parentCareful here. There lurk some dragons around DISTNAME and WRKSRC. (diff)
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
Notes
Notes: svn path=/head/; revision=11450
Diffstat (limited to 'lang')
-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