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/transfig | |
parent | 0fd232954122476f8be1ce2b3c47eaec9319ceff (diff) |
Change "printing" to "print".
Notes
Notes:
svn path=/head/; revision=2454
Diffstat (limited to 'print/transfig')
-rw-r--r-- | print/transfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 91e7d31a4efc..e7de61d0108b 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,12 +3,12 @@ # Date created: ? # Whom: mr (original) # -# $Id: Makefile,v 1.6 1995/04/01 12:49:47 jkh Exp $ +# $Id: Makefile,v 1.7 1995/04/12 03:57:37 asami Exp $ # DISTNAME= transfig.3.1.1 PKGNAME= transfig-3.1.1 -CATEGORIES+= printing +CATEGORIES+= print MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/ |