diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
commit | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (patch) | |
tree | 3b2bca8b9af9ed5f2e8b3fa4c5578e6722c55224 /sysutils/xdu | |
parent | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (diff) | |
download | ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.tar.gz ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.zip |
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Notes
Notes:
svn path=/head/; revision=4538
Diffstat (limited to 'sysutils/xdu')
-rw-r--r-- | sysutils/xdu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 70ed64096f12..54a6d60542fa 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -3,11 +3,11 @@ # Date created: 9 February 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/15 03:46:04 asami Exp $ +# $Id: Makefile,v 1.5 1995/07/13 01:21:33 asami Exp $ # DISTNAME= xdu-3.0 -CATEGORIES+= sysutils x11 +CATEGORIES= sysutils x11 MASTER_SITES= ftp://ftp.arl.mil/pub/ EXTRACT_SUFX= .tar.Z |