diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-11 15:01:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-11 15:01:02 +0000 |
commit | b5327da797d322dd6eb62e0c1356ca7ba74e9d70 (patch) | |
tree | 798d6206b453be5241e959e37759c3bfa9c9c4b5 /benchmarks | |
parent | 659e4899b59e1df4ed3a22e8e93ec70498d101a7 (diff) | |
download | ports-b5327da797d322dd6eb62e0c1356ca7ba74e9d70.tar.gz ports-b5327da797d322dd6eb62e0c1356ca7ba74e9d70.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/xengine/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index 0ecc24d71915..0f8a9c1cf929 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -8,7 +8,7 @@ PORTNAME= xengine PORTVERSION= 1.0.1 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.sunsite.org.uk/usenet/comp.sources.x/volume9/xengine/ +MASTER_SITES= http://www.kazu.kz/freebsd/ DISTFILES= part01.gz patch1.gz PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below @@ -18,9 +18,6 @@ COMMENT= Reciprocating engine for X EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - DIST_SUBDIR= xengine NO_WRKSUBDIR= yes USE_IMAKE= yes |