summaryrefslogtreecommitdiff
path: root/lang/TenDRA/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 20:48:00 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 20:48:00 +0000
commit532514fbb8aaa9a1be5e9aaa662d485523dba3c9 (patch)
treed5bcf6ebdf437ed0c5de87d198d2f2982301ad17 /lang/TenDRA/Makefile
parentTurn off optimization in order to workaround a bug in egcs on FreeBSD/Alpha. (diff)
Use the PLIST_SUB capabilities of bsd.port.mk to substitute OSREL in
pkg/PLIST. Also mark this for i386 only.
Notes
Notes: svn path=/head/; revision=20006
Diffstat (limited to 'lang/TenDRA/Makefile')
-rw-r--r--lang/TenDRA/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 43ce10ea0779..09f8a414fb95 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.4 1998/06/09 13:21:03 rnordier Exp $
+# $Id: Makefile,v 1.5 1998/08/07 22:49:27 asami Exp $
#
DISTNAME= TenDRA-4.1.2
@@ -12,8 +12,8 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/
MAINTAINER= rnordier@FreeBSD.ORG
-OSRELEASE!= uname -r
-PLIST= ${WRKDIR}/PLIST
+ONLY_FOR_ARCHS= i386
+
MAN1= calculus.1 disp.1 lexi.1 pl.1 sid.1 tcc.1 tchk.1 \
tcpplus.1 tdfc2.1 tld.1 tnc.1 trans.1 tspec.1
MAN5= tccenv.5
@@ -29,7 +29,6 @@ pre-configure:
INSTALL >INSTALL.build && \
chmod a+x INSTALL.build && \
chmod a-x INSTALL)
- @${SED} 's:%OSREL%:${OSRELEASE}:' ${PKGDIR}/PLIST >${PLIST}
do-build:
@(PATH=${WRKSRC}/bin:$$PATH && \