diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 09:14:33 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 09:14:33 +0000 |
commit | 5d60aa52843ee22876c50a72bf1086834406a9e3 (patch) | |
tree | 918b6bdf1f63f2c8e0495a2daac5c812bc9a79e7 /x11 | |
parent | 29d43cb2407b9351331c00ddc66d01a29fab463c (diff) | |
download | ports-5d60aa52843ee22876c50a72bf1086834406a9e3.tar.gz ports-5d60aa52843ee22876c50a72bf1086834406a9e3.zip |
Notes
Diffstat (limited to 'x11')
-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 |