diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-03-09 23:22:53 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-03-09 23:22:53 +0800 |
commit | 39a2dddb0b38c14e80267bcf868baab9c5a331c3 (patch) | |
tree | 282ba22ce77d12782ef27189a777ce652bc9e099 /sysutils/apcupsd/Makefile | |
parent | 2bb4f2b94e5a363baa2b2d5fa3c6f559de457902 (diff) | |
download | freebsd-ports-gnome-39a2dddb0b38c14e80267bcf868baab9c5a331c3.tar.gz freebsd-ports-gnome-39a2dddb0b38c14e80267bcf868baab9c5a331c3.tar.zst freebsd-ports-gnome-39a2dddb0b38c14e80267bcf868baab9c5a331c3.zip |
- Fix fetch problem due to changes on www.apcupds.org -> sourceforge
- Approved by Kris Kenneway <kris@obsecurity.org>
- PR: ports/48955
Subbmnitted by: Andrew Stuart <elitetek@tekrealm.net>
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-rw-r--r-- | sysutils/apcupsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 04ff8e38d239..8970c74c96e6 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -8,7 +8,8 @@ PORTNAME= apcupsd PORTVERSION= 3.8.6 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.apcupsd.com/pub/apcupsd/stable/tar/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= Lars.Koeller@Uni-Bielefeld.de COMMENT= A daemon for controlling APC UPS |