diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 10:30:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 10:30:53 +0000 |
commit | f7937c6fdb301906fed86bc6df68bf7b7b5d174d (patch) | |
tree | 1b5cd48086872f8f764121358c5f28288b3ce5fa /ftp/llnlxdir | |
parent | b02749d60437d247fb6564cc8173bcbb2e07f87f (diff) | |
download | ports-f7937c6fdb301906fed86bc6df68bf7b7b5d174d.tar.gz ports-f7937c6fdb301906fed86bc6df68bf7b7b5d174d.zip |
Remove "x11" from category line, this program just uses X.
Notes
Notes:
svn path=/head/; revision=8557
Diffstat (limited to 'ftp/llnlxdir')
-rw-r--r-- | ftp/llnlxdir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 748de0dfe4c0..eb63e3cc8333 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -4,12 +4,12 @@ # # Whom: Dima Ruban <dima@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/10 04:59:27 dima Exp $ # DISTNAME= latest_xdir PKGNAME= llnlxdir-2.0 -CATEGORIES= x11 net +CATEGORIES= net MASTER_SITES= ftp://k2.llnl.gov/pub/ia/llnlxdir/ EXTRACT_SUFX= .tar.Z |