diff options
author | lioux <lioux@FreeBSD.org> | 2004-03-12 08:19:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-03-12 08:19:42 +0800 |
commit | 2c62bd07457eaa573d4024eb0312f7d2598c3a78 (patch) | |
tree | ebacc825f2def8074b7c4ef50bbfe81cfea66fc7 /finance | |
parent | a951ca0fcde47907b2c33b382d3d925001107eeb (diff) | |
download | freebsd-ports-gnome-2c62bd07457eaa573d4024eb0312f7d2598c3a78.tar.gz freebsd-ports-gnome-2c62bd07457eaa573d4024eb0312f7d2598c3a78.tar.zst freebsd-ports-gnome-2c62bd07457eaa573d4024eb0312f7d2598c3a78.zip |
o Pessimize current MASTER_SITES since it is not reliable right now
o Place a copy of distfile in MASTER_SITE_LOCAL for the time being
Reminded by: kris
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 \ |