diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 21:51:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 21:51:58 +0800 |
commit | d337f87d29904f6e0b101f1e6634b09ded5ef480 (patch) | |
tree | 0822a9f94038d9a70cbfd9bbddf65e5873987417 /finance | |
parent | 6aa08a98005408c7cbca8cf6c48440938d8c337e (diff) | |
download | freebsd-ports-gnome-d337f87d29904f6e0b101f1e6634b09ded5ef480.tar.gz freebsd-ports-gnome-d337f87d29904f6e0b101f1e6634b09ded5ef480.tar.zst freebsd-ports-gnome-d337f87d29904f6e0b101f1e6634b09ded5ef480.zip |
- Simplify MASTER_SITES
- Add CPE info
Approved by: portmgr blanket
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 |