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