diff options
author | gdt <gdt@pkgsrc.org> | 2014-06-04 16:07:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-06-04 16:07:34 +0000 |
commit | 9d6baf54104b7ea11f34ca9f65eae350ce5f0d02 (patch) | |
tree | 8bca88ae3d69df4c12e69dd5542d81e056f9aea3 /sysutils | |
parent | 3c282ffaac8e79e1b0026642f8d1287f6938ac59 (diff) | |
download | pkgsrc-9d6baf54104b7ea11f34ca9f65eae350ce5f0d02.tar.gz |
Enable "iso" by default.
This makes the package more useful for users of binary packages, who
can then burn a bootable memtest CD, and only costs 1.8 MB without
adding any run-time dependencies. Source users get a dependency on
cdrtools, but that's likely already installed, and the option can
easily be turned off in that case (unlike binary package users, who
can't change options).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtestplus/Makefile | 3 | ||||
-rw-r--r-- | sysutils/memtestplus/options.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/memtestplus/Makefile b/sysutils/memtestplus/Makefile index f8f7c747625..b66335ffd5c 100644 --- a/sysutils/memtestplus/Makefile +++ b/sysutils/memtestplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/12/22 21:32:36 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/06/04 16:07:34 gdt Exp $ # # Note -- version number also in the do-install rule @@ -7,6 +7,7 @@ MINVER=01 DISTNAME= memtest86+-${MAJVER}.${MINVER} PKGNAME= memtestplus-${MAJVER}.${MINVER} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.memtest.org/download/${MAJVER}.${MINVER}/ diff --git a/sysutils/memtestplus/options.mk b/sysutils/memtestplus/options.mk index fd54d147ace..1ca0e599f7c 100644 --- a/sysutils/memtestplus/options.mk +++ b/sysutils/memtestplus/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.5 2008/11/24 04:06:00 smb Exp $ +# $NetBSD: options.mk,v 1.6 2014/06/04 16:07:34 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.memtestplus PKG_SUPPORTED_OPTIONS= iso serialconsole -PKG_SUGGESTED_OPTIONS= +PKG_SUGGESTED_OPTIONS= iso .include "../../mk/bsd.options.mk" |