summaryrefslogtreecommitdiff
path: root/lang/TenDRA
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1998-04-14 11:49:14 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1998-04-14 11:49:14 +0000
commit71fc757b11caff482dde14a20d87a359d75de7ea (patch)
tree31107c684ea7016728839e9a77efbd9d6ee8bfd1 /lang/TenDRA
parentUpgrade to 980406 snapshot (diff)
Don't modify PLIST: use a copy instead.
Notes
Notes: svn path=/head/; revision=10517
Diffstat (limited to 'lang/TenDRA')
-rw-r--r--lang/TenDRA/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 3af5dcb88b6e..abbddcba11a1 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$
+# $Id: Makefile,v 1.1.1.1 1998/04/13 00:09:29 jmg Exp $
#
DISTNAME= TenDRA-4.1.2
@@ -13,6 +13,7 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/
MAINTAINER= rnordier@iafrica.com
OSREL!= uname -r
+PLIST= ${WRKDIR}/PLIST
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
@@ -28,9 +29,7 @@ pre-configure:
INSTALL >INSTALL.build && \
chmod a+x INSTALL.build && \
chmod a-x INSTALL)
- @${SED} 's:%OSREL%:${OSREL}:' ${PLIST} >${PLIST}.tmp && \
- ${CP} ${PLIST} ${PLIST}.orig && \
- ${MV} ${PLIST}.tmp ${PLIST}
+ @${SED} 's:%OSREL%:${OSREL}:' ${PKGDIR}/PLIST >${PLIST}
do-build:
@(PATH=${WRKSRC}/bin:$$PATH && \