diff options
Diffstat (limited to 'sysutils/crashme')
-rw-r--r-- | sysutils/crashme/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index 77cbcdd2fdc7..a859425c3288 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crashme -# Date created: Apr 1, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= crashme PORTVERSION= 2.4 @@ -17,6 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= gjc@alum.mit.edu COMMENT= A tool to test an operating system's robustness +NO_STAGE= yes # according to license.rtf, and using the most restrictive one: LICENSE= LGPL21 |