diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-09-09 17:14:33 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-09-09 17:14:33 +0800 |
commit | c002cab73345db9f7505439aef25a71f540e5b6f (patch) | |
tree | 640928dbc5e28fa0d76455a1ac89d9fe71fde4cc | |
parent | cd00d2e37fe23551c3616705683dc90c283c88e0 (diff) | |
download | freebsd-ports-gnome-c002cab73345db9f7505439aef25a71f540e5b6f.tar.gz freebsd-ports-gnome-c002cab73345db9f7505439aef25a71f540e5b6f.tar.zst freebsd-ports-gnome-c002cab73345db9f7505439aef25a71f540e5b6f.zip |
Fix MASTER_SITES.
PR: 21125
Submitted by: MAINTAINER
-rw-r--r-- | x11/xskyroot/Makefile | 10 | ||||
-rw-r--r-- | x11/xskyroot/distinfo | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile index 7109d5175e53..07dbab7411fd 100644 --- a/x11/xskyroot/Makefile +++ b/x11/xskyroot/Makefile @@ -8,11 +8,17 @@ PORTNAME= xskyroot PORTVERSION= 920428 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.fit.ac.jp/pub/X/contrib/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.sra.co.jp/pub/news/fj.sources/V10/ +DISTFILES= 1079.gz MAINTAINER= ports@FreeBSD.org +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc +EXTRACT_AFTER_ARGS= | ${SED} -e "/^...bin.sh/,/exit 0/!d" | ${SH} + +DIST_SUBDIR= ${PORTNAME} +NO_WRKSUBDIR= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes diff --git a/x11/xskyroot/distinfo b/x11/xskyroot/distinfo index 9b4c453b957f..b4efe3f08b6c 100644 --- a/x11/xskyroot/distinfo +++ b/x11/xskyroot/distinfo @@ -1 +1 @@ -MD5 (xskyroot-920428.tar.Z) = b31fd578683451155b6b5518310fb3dd +MD5 (xskyroot/1079.gz) = 5e3fb4b857b35ff21fadea64d0a0e7fe |