diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:18:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:18:35 +0000 |
commit | b420aa2bfb6c650c56a8a2763731c73f90a4abea (patch) | |
tree | a8072d6ff740c6830d61885c409f3647dce9d9f3 /print/afm | |
parent | 0fd232954122476f8be1ce2b3c47eaec9319ceff (diff) | |
download | ports-b420aa2bfb6c650c56a8a2763731c73f90a4abea.tar.gz ports-b420aa2bfb6c650c56a8a2763731c73f90a4abea.zip |
Notes
Diffstat (limited to 'print/afm')
-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 daea0af74ff0..a4f348e3e3e5 100644 --- a/print/afm/Makefile +++ b/print/afm/Makefile @@ -3,12 +3,12 @@ # Date created: 23 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.4 1995/04/17 20:31:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/21 00:20:43 jmz Exp $ # DISTNAME= afm PKGNAME= afm-1.0 -CATEGORIES+= printing +CATEGORIES+= print MASTER_SITES= ftp://sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.Z |