diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 08:12:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 08:12:14 +0000 |
commit | 12b9796d975f7b2a59e5faf10d9f21edc974370e (patch) | |
tree | 607db83b81c531c51c5c6f279fd0aa777665834b /sysutils/tct | |
parent | 5389e349cad4115666a28c668d4a512d18a49623 (diff) | |
download | ports-12b9796d975f7b2a59e5faf10d9f21edc974370e.tar.gz ports-12b9796d975f7b2a59e5faf10d9f21edc974370e.zip |
BROKEN on 5.x: does not install
Notes
Notes:
svn path=/head/; revision=100114
Diffstat (limited to 'sysutils/tct')
-rw-r--r-- | sysutils/tct/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile index 582cf584fa0d..0aa8cd9ddbbe 100644 --- a/sysutils/tct/Makefile +++ b/sysutils/tct/Makefile @@ -25,6 +25,12 @@ MAN5= magic.5 tm-format.5 MYPORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Install broken" +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bin/file ${LOCALBASE}/bin/file-tct @${INSTALL_DATA} -m 555 ${WRKSRC}/bin/grave-robber ${LOCALBASE}/bin @@ -63,4 +69,4 @@ post-install: @${CP} ${WRKSRC}/conf/* ${PREFIX}/share/doc/tct/conf @${CP} ${WRKSRC}/conf/paths.pl ${SITE_PERL} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |