diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 02:52:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 02:52:33 +0000 |
commit | aae4e4ea89162bf41b0bf68c9097130c23724276 (patch) | |
tree | 6a484129bb10d362680f3518bed765d679de6b0f /lang/TenDRA | |
parent | Unbreak by extracting the correct distfile (diff) |
Oops, this is only actually broken (does not compile) on 3.x, so mark it
as such. Also remove an additional .orig file on deinstall, which probably
shouldn't be there at all, but this port was too big and scary to track
down where it came from.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30095
Diffstat (limited to 'lang/TenDRA')
-rw-r--r-- | lang/TenDRA/Makefile | 6 | ||||
-rw-r--r-- | lang/TenDRA/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index 838f9d3e29dc..9b77441359c3 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -12,7 +12,11 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/ MAINTAINER= rnordier@FreeBSD.org +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 BROKEN= "Does not compile." +.endif ONLY_FOR_ARCHS= i386 OSRELEASE!= uname -r @@ -75,4 +79,4 @@ post-install: ${CHOWN} ${MANOWN}:${MANGRP} ${MAN5} && \ ${CHMOD} ${MANMODE} ${MAN5}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/TenDRA/pkg-plist b/lang/TenDRA/pkg-plist index fb4c33c91fa8..c30821481fce 100644 --- a/lang/TenDRA/pkg-plist +++ b/lang/TenDRA/pkg-plist @@ -1455,6 +1455,7 @@ lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tcc_diag lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tcc_pp lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tcc_prof lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tcc_time +lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tcc_time.orig lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tdf_ext lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tdp lib/TenDRA/machines/freebsd/%%OSRELEASE%%/80x86/env/tnc |