diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2013-04-23 08:43:30 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2013-04-23 08:43:30 +0000 |
| commit | 7fa84b3de699e64b42205f8bbac589de6ff0f022 (patch) | |
| tree | 5d01382bb9e06163426ebd45df1c3be55c4f6013 | |
| parent | Make pkg-message and pkg-install a local file to the bind96 (diff) | |
Distfile disappeared, host it on FreeBSD cluster.
PR: ports/177999
Submitted by: John Marino <draco@marino.st>
| -rw-r--r-- | x11/rsibreak/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile index 0dff622f1d27..706f415c24a1 100644 --- a/x11/rsibreak/Makefile +++ b/x11/rsibreak/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: RSIBreak -# Date created: 15 Mar 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rsibreak PORTVERSION= 0.8.0 PORTREVISION= 7 CATEGORIES= x11 kde -MASTER_SITES= http://www.rsibreak.org/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ale MAINTAINER= ale@FreeBSD.org COMMENT= A KDE RSI prevention tool |
