diff options
author | mandree <mandree@FreeBSD.org> | 2012-08-10 06:55:18 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-08-10 06:55:18 +0800 |
commit | 12bb8eba45cb3e8da85dd92555efe6100f57b3f6 (patch) | |
tree | f235bdb358f49b39ec2dbc2be9627c1d66610f96 | |
parent | d0e3f76a72bb91d3a3b87cd8858688175d16b1eb (diff) | |
download | freebsd-ports-gnome-12bb8eba45cb3e8da85dd92555efe6100f57b3f6.tar.gz freebsd-ports-gnome-12bb8eba45cb3e8da85dd92555efe6100f57b3f6.tar.zst freebsd-ports-gnome-12bb8eba45cb3e8da85dd92555efe6100f57b3f6.zip |
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
-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 |