diff options
author | asami <asami@FreeBSD.org> | 1996-11-19 08:52:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-19 08:52:18 +0800 |
commit | 38c9298096525851ab3e7718c28dc7851472f5c7 (patch) | |
tree | b674ede88c7f803b762f1058b7a0f30d37dc4133 /x11 | |
parent | e1475027cde346cc8c26ff967438ba80036384a0 (diff) | |
download | freebsd-ports-gnome-38c9298096525851ab3e7718c28dc7851472f5c7.tar.gz freebsd-ports-gnome-38c9298096525851ab3e7718c28dc7851472f5c7.tar.zst freebsd-ports-gnome-38c9298096525851ab3e7718c28dc7851472f5c7.zip |
Yipes, deleted CATEGORIES by mistake. Mea culpa.
Diffstat (limited to 'x11')
-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} |