diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
commit | a50678312b89b40cda804b933b4678b78bec80fb (patch) | |
tree | 6c444a5b876838394c2e372ecb57b3b9b25f9128 /finance/libstocks | |
parent | Add forkbomb 1.0, system stress testing tool. (diff) |
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=98816
Diffstat (limited to 'finance/libstocks')
-rw-r--r-- | finance/libstocks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/libstocks/Makefile b/finance/libstocks/Makefile index 552b9626801b..2e25bea04cae 100644 --- a/finance/libstocks/Makefile +++ b/finance/libstocks/Makefile @@ -7,7 +7,7 @@ PORTNAME= libstocks PORTVERSION= 0.5.0 -CATEGORIES= devel finance +CATEGORIES= finance devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |