diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-11 22:29:28 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-11 22:29:28 +0800 |
commit | f91649b9c89d2f7049ba710654029ae71eb22863 (patch) | |
tree | 082c5320b3b33f5de55e2fe29281d049180806d6 /x11 | |
parent | c68d00b0d88e9c4194eeb73d1130f0061e8cc46a (diff) | |
download | freebsd-ports-gnome-f91649b9c89d2f7049ba710654029ae71eb22863.tar.gz freebsd-ports-gnome-f91649b9c89d2f7049ba710654029ae71eb22863.tar.zst freebsd-ports-gnome-f91649b9c89d2f7049ba710654029ae71eb22863.zip |
- Remove obsolete sites from MASTER_SITES
- Add MAINTAINER line
PR: 17285
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xskyroot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile index b7195fb4e202..dc4cc7297309 100644 --- a/x11/xskyroot/Makefile +++ b/x11/xskyroot/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: xklock +# New ports collection makefile for: xskyroot # Version required: 2.54 # Date created: 20 April 1997 # Whom: nkazushi@highway.or.jp @@ -8,11 +8,11 @@ DISTNAME= xskyroot-920428 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.fit.ac.jp/pub/X/contrib/ \ - ftp://ftp.foretune.co.jp/pub/X/clients/xskyroot/ \ - ftp://ftp.waseda.ac.jp/fj/fj.sources/X/ +MASTER_SITES= ftp://ftp.fit.ac.jp/pub/X/contrib/ EXTRACT_SUFX= .tar.Z +MAINTAINER= ports@FreeBSD.org + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |