diff options
| author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-03-09 15:22:53 +0000 |
|---|---|---|
| committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-03-09 15:22:53 +0000 |
| commit | ca4eab2e39a4013e94384363fde227bca99c9530 (patch) | |
| tree | a2296e52982d047be0d065e7122aeedd42fe86d9 | |
| parent | Add vendor patches: (diff) | |
- 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>
| -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 |
