diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-26 23:28:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-26 23:28:46 +0000 |
commit | 5998c98a80033ed8fad4a56998d710edd6a29610 (patch) | |
tree | c9cec66f8c0bb63221abeac91f6df45426c31d7a | |
parent | 1487cd2ab91d55431ee3deb390d60cca00a9daac (diff) | |
download | pkgsrc-5998c98a80033ed8fad4a56998d710edd6a29610.tar.gz |
Enable sysutils/mesure.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 95c4eab13eb..c3e25277160 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11210 2005/09/26 23:18:51 xtraeme Exp $ +$NetBSD: CHANGES,v 1.11211 2005/09/26 23:28:46 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4118,3 +4118,4 @@ Changes to the packages collection and infrastructure in 2005: Updated databases/mysql4-client to 4.1.14 [xtraeme 2005-09-26] Updated databases/mysql4-server to 4.1.14 [xtraeme 2005-09-26] Added audio/moc version 2.3.2 [xtraeme 2005-09-26] + Added sysutils/mesure version 0.5 [xtraeme 2005-09-26] diff --git a/sysutils/Makefile b/sysutils/Makefile index 7d8e6eb99d1..40cbbff6221 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.306 2005/09/16 07:40:22 martti Exp $ +# $NetBSD: Makefile,v 1.307 2005/09/26 23:28:47 xtraeme Exp $ # COMMENT= System utilities @@ -116,6 +116,7 @@ SUBDIR+= memconf SUBDIR+= memtest86 SUBDIR+= memtester SUBDIR+= mencvcd +SUBDIR+= mesure SUBDIR+= mgm SUBDIR+= mklivecd SUBDIR+= mksunbootcd |