diff options
Diffstat (limited to 'sysutils/crashme/Makefile')
-rw-r--r-- | sysutils/crashme/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index c88235ad..66a3a90 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -8,7 +8,6 @@ CATEGORIES= sysutils MASTER_SITES= LOCAL MASTER_SITE_SUBDIR=kris DISTNAME= crashme -EXTRACT_SUFX= .tgz MAINTAINER= gjc@alum.mit.edu COMMENT= Tool to test an operating system's robustness @@ -16,7 +15,7 @@ COMMENT= Tool to test an operating system's robustness # according to license.rtf, and using the most restrictive one: LICENSE= LGPL21 -USES= gmake +USES= gmake tar:tgz NO_WRKSUBDIR= yes MAKEFILE= makefile |