diff options
author | kris <kris@FreeBSD.org> | 2004-06-26 10:49:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-26 10:49:49 +0800 |
commit | 0e80ea969a9f2ea2a318a4b9599dd2087c1fcfeb (patch) | |
tree | 00d1192a3cd438d87fc5fb4aabb777986bc73d17 /misc/tet | |
parent | 54481c80385cc62748aa5e11043bcc035b7c36f5 (diff) | |
download | freebsd-ports-gnome-0e80ea969a9f2ea2a318a4b9599dd2087c1fcfeb.tar.gz freebsd-ports-gnome-0e80ea969a9f2ea2a318a4b9599dd2087c1fcfeb.tar.zst freebsd-ports-gnome-0e80ea969a9f2ea2a318a4b9599dd2087c1fcfeb.zip |
BROKEN: Installs/removes files outside of the install/deinstall phases
Diffstat (limited to 'misc/tet')
-rw-r--r-- | misc/tet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 48276fc0cf4c..fe4bbab586b6 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= jkoshy DISTFILES= ${PORTNAME}${PORTVERSION}-unsup.src.tgz MAINTAINER= jkoshy@freebsd.org -COMMENT= An test execution framework from the Open Group +COMMENT= An test execution framework from the Open Group +BROKEN= "Installs/removes files outside of the install/deinstall phases" NO_WRKSUBDIR= yes NO_PACKAGE= TET_ROOT needs to be set at compile time |