diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 07:33:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 07:33:30 +0000 |
commit | 760bbed9daa2d27ec1483b747b91cfbe2212726c (patch) | |
tree | 2f577c8da9472e47575dd5ed18988f94f5a545b9 /misc | |
parent | 16166049c1f5df11ac14514765c71a42a3176436 (diff) | |
download | FreeBSD-ports-760bbed9daa2d27ec1483b747b91cfbe2212726c.zip FreeBSD-ports-760bbed9daa2d27ec1483b747b91cfbe2212726c.tar.gz |
No need for "x11" in CATEGORIES, or half the ports tree will need that. :)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index b84006c..9b027b1 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -3,11 +3,11 @@ # Date created: 31 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/25 09:47:11 tg Exp $ # DISTNAME= xtar-1.4 -CATEGORIES= misc x11 +CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities |