diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-08-09 22:55:18 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-08-09 22:55:18 +0000 |
commit | 786dec84750be2282924cde8f16f26339fac4d9b (patch) | |
tree | f235bdb358f49b39ec2dbc2be9627c1d66610f96 /sysutils/crashme | |
parent | 446cae6fd03ac85ed6f03e160a90ec173ff19049 (diff) |
To be sure we're handing over an old but clean port to the new maintainer:
- Add LICENSE (LGPL v2.1+ according to license.rtf)
- Move pkg-plist into Makefile variable
Notes
Notes:
svn path=/head/; revision=302368
Diffstat (limited to 'sysutils/crashme')
-rw-r--r-- | sysutils/crashme/Makefile | 4 | ||||
-rw-r--r-- | sysutils/crashme/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/crashme/pkg-plist | 2 |
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 |