diff options
author | vs <vs@FreeBSD.org> | 2004-10-21 18:19:41 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-10-21 18:19:41 +0800 |
commit | e829f3eff3745ab11ff04f3635ef49cda4701a66 (patch) | |
tree | 035775a1a5d5a4e245432f7df9e3f8f3e3f4124c /misc/linux-opengroupware | |
parent | 1eaba85b5320af195d625b4d1bde76cfdbfdae4e (diff) | |
download | freebsd-ports-graphics-e829f3eff3745ab11ff04f3635ef49cda4701a66.tar.gz freebsd-ports-graphics-e829f3eff3745ab11ff04f3635ef49cda4701a66.tar.zst freebsd-ports-graphics-e829f3eff3745ab11ff04f3635ef49cda4701a66.zip |
Unbreak: Chase new download-URL
Approved by: maintainer silence
Diffstat (limited to 'misc/linux-opengroupware')
-rw-r--r-- | misc/linux-opengroupware/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/linux-opengroupware/Makefile b/misc/linux-opengroupware/Makefile index 62793ad1696..8d85df6fb26 100644 --- a/misc/linux-opengroupware/Makefile +++ b/misc/linux-opengroupware/Makefile @@ -8,8 +8,8 @@ PORTNAME= opengroupware PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= misc www linux -MASTER_SITES= http://www.opengroupware.org/packages/linux-opengroupware/RPMS/:ogo \ - http://www.opengroupware.org/packages/linux-opengroupware/NGOBJWEB/:ngo \ +MASTER_SITES= http://download.opengroupware.org/packages/freebsd/linux-opengroupware/RPMS/:ogo \ + http://download.opengroupware.org/packages/freebsd/linux-opengroupware/NGOBJWEB/:ngo \ ${MASTER_SITE_REDHAT_LINUX} MASTER_SITE_SUBDIR= updates/8.0/en/os/${MACHINE_ARCH} PKGNAMEPREFIX= linux- @@ -21,8 +21,6 @@ EXTRACT_ONLY= ${NGOBJWEB_ADAPTOR} MAINTAINER= frank@opengroupware.org COMMENT= Groupware package including mail, calendar, palm sync and much more -BROKEN= Unfetchable - INSTALL_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 \ ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \ |