summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-02-22 22:48:10 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-02-22 22:48:10 +0000
commit57d9f18d7e0910bc256ccedfe30d1b227daedcca (patch)
tree3318c858cbe91f0cc2cf154e2d11af7d7c76a3e6 /x11
parentSame change needed as in the blas port. Now, that extract is in WRKDIR the (diff)
Upgrade this beast to the most recent version.
Now we've got the BSD daemon incorporated into the distribution. :-)
Notes
Notes: svn path=/head/; revision=1019
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore/Makefile13
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>