aboutsummaryrefslogtreecommitdiff
path: root/sysutils/crashme
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-08-09 22:55:18 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-08-09 22:55:18 +0000
commit786dec84750be2282924cde8f16f26339fac4d9b (patch)
treef235bdb358f49b39ec2dbc2be9627c1d66610f96 /sysutils/crashme
parent446cae6fd03ac85ed6f03e160a90ec173ff19049 (diff)
downloadports-786dec84750be2282924cde8f16f26339fac4d9b.tar.gz
ports-786dec84750be2282924cde8f16f26339fac4d9b.zip
Notes
Diffstat (limited to 'sysutils/crashme')
-rw-r--r--sysutils/crashme/Makefile4
-rw-r--r--sysutils/crashme/pkg-descr2
-rw-r--r--sysutils/crashme/pkg-plist2
3 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile
index 11507ae2ca8a..77cbcdd2fdc7 100644
--- a/sysutils/crashme/Makefile
+++ b/sysutils/crashme/Makefile
@@ -17,10 +17,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gjc@alum.mit.edu
COMMENT= A tool to test an operating system's robustness
+# according to license.rtf, and using the most restrictive one:
+LICENSE= LGPL21
+
USE_GMAKE= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= crashme.1
+PLIST_FILES= bin/crashme bin/pddet
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/crashme ${PREFIX}/bin
diff --git a/sysutils/crashme/pkg-descr b/sysutils/crashme/pkg-descr
index 18148a4ff05e..4ce361a68f29 100644
--- a/sysutils/crashme/pkg-descr
+++ b/sysutils/crashme/pkg-descr
@@ -4,4 +4,4 @@ procedure. The standard signals are caught and handled with a setjmp
back to a loop which will try again to produce a fault by executing
random data. Some people call this stress testing.
-WWW: http://people.delphiforums.com/gjc/crashme.html
+WWW: http://crashme.codeplex.com/
diff --git a/sysutils/crashme/pkg-plist b/sysutils/crashme/pkg-plist
deleted file mode 100644
index ad1aa76c9364..000000000000
--- a/sysutils/crashme/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/crashme
-bin/pddet