diff options
-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 |