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/quantlib | |
parent | 22aca060671c5917f46c615ded445a512de28fdb (diff) | |
download | ports-a50678312b89b40cda804b933b4678b78bec80fb.tar.gz ports-a50678312b89b40cda804b933b4678b78bec80fb.zip |
- 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/quantlib')
-rw-r--r-- | finance/quantlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 16772d3b8b54..e33c86879852 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -8,7 +8,7 @@ PORTNAME= quantlib PORTVERSION= 0.3.1 -CATEGORIES= misc finance +CATEGORIES= finance misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= QuantLib-${PORTVERSION}-src |