diff options
author | minskim <minskim> | 2005-05-19 13:06:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-19 13:06:41 +0000 |
commit | 2a31c8d7720d79d10e04650202517fe2f3d7ce1c (patch) | |
tree | b4489e7ecbef930f01dffeffa27a50f65a04b372 | |
parent | 98a27be7caf6282703fe7a303aa0275c99a6b7e7 (diff) | |
download | pkgsrc-2a31c8d7720d79d10e04650202517fe2f3d7ce1c.tar.gz |
Add ane enable firelib.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | misc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index cf68951054a..4e146940990 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10128 2005/05/19 11:56:11 wiz Exp $ +$NetBSD: CHANGES,v 1.10129 2005/05/19 13:06:41 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2489,3 +2489,4 @@ Changes to the packages collection and infrastructure in 2005: Updated sylpheed-devel to 1.9.11 [chris 2005-05-18] Updated getmail to 4.3.9 [schmonz 2005-05-18] Updated crack-attack to 1.1.14 [snj 2005-05-19] + Added firelib-1.0.1 [minskim 2005-05-19] diff --git a/misc/Makefile b/misc/Makefile index d734cd665d3..9d9eb693cef 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2005/05/18 22:02:17 wiz Exp $ +# $NetBSD: Makefile,v 1.239 2005/05/19 13:06:42 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -52,6 +52,7 @@ SUBDIR+= fd SUBDIR+= fep SUBDIR+= figlet SUBDIR+= figlet-fonts +SUBDIR+= firelib SUBDIR+= fooseti SUBDIR+= getopt SUBDIR+= git |