diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-12 00:19:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-12 00:19:42 +0000 |
commit | 49c84ef5d9a2c34632ce3441d4950c04b5ae5a70 (patch) | |
tree | 4ac8c1a5ea3c21f6e1af67c6d40d52b5bbd4e765 /finance | |
parent | fb915517961f1160c9a80426b9b417ecb5378572 (diff) | |
download | ports-49c84ef5d9a2c34632ce3441d4950c04b5ae5a70.tar.gz ports-49c84ef5d9a2c34632ce3441d4950c04b5ae5a70.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/opale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/opale/Makefile b/finance/opale/Makefile index edd99517eab7..b5d2abe55aa1 100644 --- a/finance/opale/Makefile +++ b/finance/opale/Makefile @@ -8,8 +8,10 @@ PORTNAME= opale PORTVERSION= 0.5 CATEGORIES= finance kde -MASTER_SITES= http://orzel.freehackers.org/download/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://orzel.freehackers.org/download/ \ ftp://ftp.freehackers.org/pub/opale/ +MASTER_SITE_SUBDIR= lioux MAINTAINER= lioux@FreeBSD.org COMMENT= A very simple personal bank account manager for KDE and KOffice @@ -21,7 +23,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_SIZE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-koffice-includes=${LOCALBASE}/include \ |