summaryrefslogtreecommitdiff
path: root/lang/o2c/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-16 12:49:03 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-16 12:49:03 +0000
commit361aebb6d74b525e7f65da0ee299cfdfb6225d2b (patch)
tree1f7e5dffa7191ffcd1fb10b89ff7cf9f744c0861 /lang/o2c/Makefile
parentUm, you can't install a file to a user's home directory (which is most (diff)
Don't install files into the user's home directory.
Notes
Notes: svn path=/head/; revision=11451
Diffstat (limited to 'lang/o2c/Makefile')
-rw-r--r--lang/o2c/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/o2c/Makefile b/lang/o2c/Makefile
index bca6d9192995..b4feee956c76 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: Makefile,v 1.1.1.1 1998/06/12 12:08:08 tg Exp $
+# $Id: Makefile,v 1.2 1998/06/16 12:06:13 asami Exp $
DISTNAME= o2c-1.16
CATEGORIES= lang
@@ -12,8 +12,6 @@ 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
@@ -24,4 +22,8 @@ post-extract:
post-patch:
@/usr/bin/perl -pi -e "s|@PREFIX@|${PREFIX}|g;" ${WRKSRC}/system/o2c.red.template
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/system/o2c.red.template ${PREFIX}/lib/o2c-1.16
+ @${CAT} ${PKGDIR}/MESSAGE
+
.include <bsd.port.mk>