diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-23 13:51:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-23 13:51:58 +0000 |
commit | e653dd91d9d57ca2799e4922b4ebd506d584e35d (patch) | |
tree | 0822a9f94038d9a70cbfd9bbddf65e5873987417 /finance | |
parent | 6e74995150873407c15b009f4b8f2030506ec330 (diff) | |
download | ports-e653dd91d9d57ca2799e4922b4ebd506d584e35d.tar.gz ports-e653dd91d9d57ca2799e4922b4ebd506d584e35d.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/frontaccounting/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile index e2f762e236bd..b64df285fd6f 100644 --- a/finance/frontaccounting/Makefile +++ b/finance/frontaccounting/Makefile @@ -4,8 +4,7 @@ PORTNAME= frontaccounting DISTVERSION= 2.3.22 CATEGORIES= finance www -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} MAINTAINER= ek@purplehat.org COMMENT= Simple, powerful system for the entire ERP chain @@ -13,7 +12,7 @@ COMMENT= Simple, powerful system for the entire ERP chain LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/license.txt -USES= gettext +USES= cpe gettext USE_MYSQL= yes USE_PHP+= mysql mysqli openssl session |