diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 13:54:11 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 13:54:11 +0800 |
commit | 809d2c1b6dedd7b0c249598a297dc58fa7d701c6 (patch) | |
tree | 35cdfcfa797bce58fe44ad082ae2efa1d30c34a2 /x11 | |
parent | 511b002ea603ab1942f5590897b8d57607d5674b (diff) | |
download | freebsd-ports-gnome-809d2c1b6dedd7b0c249598a297dc58fa7d701c6.tar.gz freebsd-ports-gnome-809d2c1b6dedd7b0c249598a297dc58fa7d701c6.tar.zst freebsd-ports-gnome-809d2c1b6dedd7b0c249598a297dc58fa7d701c6.zip |
Remove a dead MASTER_SITE
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbanner/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 50feba563583..6a1edf5f5d4d 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -8,8 +8,7 @@ PORTNAME= xbanner PORTVERSION= 1.31 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.digital.com/pub/linux/XBanner/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/xutils DISTNAME= XBanner${PORTVERSION} |