diff options
author | joerg <joerg@FreeBSD.org> | 1995-02-23 06:48:10 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-02-23 06:48:10 +0800 |
commit | eef8ac3cb62810427852dc7e4f952706a75fc728 (patch) | |
tree | f05b8d9920741f0627db0c1a34c04602177a24bc /x11/xlockmore | |
parent | 963edf57a36eaa85daf3e9b643e4e29cf720b5b3 (diff) | |
download | freebsd-ports-gnome-eef8ac3cb62810427852dc7e4f952706a75fc728.tar.gz freebsd-ports-gnome-eef8ac3cb62810427852dc7e4f952706a75fc728.tar.zst freebsd-ports-gnome-eef8ac3cb62810427852dc7e4f952706a75fc728.zip |
Upgrade this beast to the most recent version.
Now we've got the BSD daemon incorporated into the distribution. :-)
Diffstat (limited to 'x11/xlockmore')
-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> |