diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-02-22 22:48:10 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-02-22 22:48:10 +0000 |
commit | 57d9f18d7e0910bc256ccedfe30d1b227daedcca (patch) | |
tree | 3318c858cbe91f0cc2cf154e2d11af7d7c76a3e6 /x11 | |
parent | 1643b0e1ae5b41d8185fbab99ad613605f5aa4d1 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 54d051f65b11..8dc7a3e07293 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: xlockmore -# Version required: 1.14 -# Date created: 9 November 1994 -# Whom: smace +# Version required: 2.7 # # $id: Makefile,v 1.0 1994/11/09 00:00:00 smace Exp $ # -DISTNAME= xlockmore-1.14 +DISTNAME= xlockmore-2.7 XMKMF= xmkmf -a USE_IMAKE= yes -PATCH_STRIP= -p1 -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ + +MASTER_SITES= ftp://gatekeeper.dec.com//pub/X11/contrib/ +MASTER_SITES+= ftp://ftp.x.org/contrib/applications/ +MASTER_SITES+= ftp://ftp.germany.eu.net/pub/X11/XConsortium/contrib WRKSRC= ${WRKDIR}/xlockmore + .include <bsd.port.mk> |