- Fix MASTER_SITES

PR:		ports/66971
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-05-21 13:04:49 +00:00
parent 29cadfe4a0
commit 86eb89a0e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109629
2 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# New ports collection makefile for: docker
# Date created: March 15, 2003
# Whom: Samy <samy@kerneled.com>
# Whom: Samy Al Bahra <samy@kerneled.org>
#
# $FreeBSD$
#
@ -9,10 +9,10 @@ PORTNAME= docker
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.kerneled.com/projects/docker/ \
MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \
http://icculus.org/openbox/docker/
MAINTAINER= samy@kerneled.com
MAINTAINER= samy@kerneled.org
COMMENT= A dockapp with support for GNOME2 and KDE3 tray icons
PLIST_FILES= bin/docker

View file

@ -5,5 +5,3 @@ allowing you to have a system tray without running the
KDE/GNOME panel.
WWW: http://icculus.org/openbox/docker/
- Samy <samy@kerneled.com>