diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /x11/xautolock | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
Diffstat (limited to 'x11/xautolock')
-rw-r--r-- | x11/xautolock/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 3dbd43b659aa..3b08e8e2c002 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -3,13 +3,14 @@ # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/16 07:54:26 asami Exp $ # DISTNAME= xautolock-1pl10 PKGNAME= xautolock-1.10 -CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications DISTFILES= xautolock.pl10.tz MAINTAINER= eblood@cs.unr.edu |