diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 09:42:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 09:42:27 +0000 |
commit | c360c03626d9737aae5b593ee66a23161d2396e4 (patch) | |
tree | 06a17d8977e7c7cd1ed8d3c61478f31d5f47b541 /finance/Makefile | |
parent | Add a patch to make this work. (diff) |
Add several new real categories.
- finance : Monetary, financial and related applications
PR: ports/39102
Requested by: trevor
- hungarian : Hungarian language support
PR: ports/37576
Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu>
- multimedia : Multimedia software
Requested by: many
- portuguese : Portuguese language support
PR: ports/35991
Requested by: trevor
Notes
Notes:
svn path=/head/; revision=70387
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile new file mode 100644 index 000000000000..0c5714006a26 --- /dev/null +++ b/finance/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ +# + SUBDIR += + +.include <bsd.port.subdir.mk> |