diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | e5cc021f77b6b9ad840e0350c81761099dd35e04 (patch) | |
tree | 8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/afm/Makefile | |
parent | CATEGORIES+= -> CATEGORIES= (diff) |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Notes
Notes:
svn path=/head/; revision=4539
Diffstat (limited to 'print/afm/Makefile')
-rw-r--r-- | print/afm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/afm/Makefile b/print/afm/Makefile index a4f348e3e3e5..d4fdd01196dd 100644 --- a/print/afm/Makefile +++ b/print/afm/Makefile @@ -3,12 +3,12 @@ # Date created: 23 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/21 00:20:43 jmz Exp $ +# $Id: Makefile,v 1.6 1995/11/22 13:17:53 asami Exp $ # DISTNAME= afm PKGNAME= afm-1.0 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.Z |