summaryrefslogtreecommitdiff
path: root/lang/TenDRA/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-07-07 22:42:54 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-07-07 22:42:54 +0000
commit3877104668c4e8516267fd7d8c3ba0843c99d46f (patch)
treef87fecb2fa3764c430b4db3614563fbe011de077 /lang/TenDRA/Makefile
parentUpgrade to version 3.0 (diff)
If at first you don't succeed, try (try) again.
This should fix TenDRA installation. I did test it this time, and it failed with chown: hoek: illegal group name *** Error code 1 but that's not my problem.
Notes
Notes: svn path=/head/; revision=20111
Diffstat (limited to 'lang/TenDRA/Makefile')
-rw-r--r--lang/TenDRA/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index a96b16f27d92..c530e4dda49e 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 Apr 1998
# Whom: Robert Nordier <rnordier@iafrica.com>
#
-# $Id: Makefile,v 1.6 1999/07/04 20:47:43 steve Exp $
+# $Id: Makefile,v 1.7 1999/07/07 08:10:31 hoek Exp $
#
DISTNAME= TenDRA-4.1.2
@@ -51,7 +51,9 @@ pre-install:
INSTALL >INSTALL.install && \
chmod a+x INSTALL.install)
-do-install: ${TMPPLIST}
+do-install:
+
+post-install:
@${MKDIR} ${PREFIX}/lib/TenDRA
@(PATH=${WRKSRC}/bin:$$PATH && \
cd ${WRKSRC} && \