diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 00:52:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 00:52:18 +0000 |
commit | 949a7a041f3c6ddc3b52a0feaf279ddc00fea779 (patch) | |
tree | e7758ef1214fdb87dd648b6fd78b0880ba648d1e /x11/xlockmore | |
parent | Compress a bunch of manpages. Remove unnecessary @ directives from (diff) |
Yipes, deleted CATEGORIES by mistake. Mea culpa.
Notes
Notes:
svn path=/head/; revision=4579
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 011447183ac1..9874f4ad47ce 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,11 +3,12 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.10 1996/11/12 07:08:28 tg Exp $ +# $Id: Makefile,v 1.11 1996/11/18 09:56:35 asami Exp $ # DISTNAME= xlockmore-3.11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications PATCH_SITES= ${MASTER_SITES} |