diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 21:18:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 21:18:35 +0800 |
commit | d779c3266cf9cdf4642f3a304036c8cdbcf566d5 (patch) | |
tree | 7cd19d33256921ed63191daa29a70bcb533d7e24 /print/latex | |
parent | 1ff7c00d62f07c1a67933dd9d3d9583299f5cac7 (diff) | |
download | freebsd-ports-gnome-d779c3266cf9cdf4642f3a304036c8cdbcf566d5.tar.gz freebsd-ports-gnome-d779c3266cf9cdf4642f3a304036c8cdbcf566d5.tar.zst freebsd-ports-gnome-d779c3266cf9cdf4642f3a304036c8cdbcf566d5.zip |
Change "printing" to "print".
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index fa8b1d52e2ef..a98359d78204 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,12 +3,12 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.18 1995/09/23 20:23:18 jmz Exp $ +# $Id: Makefile,v 1.19 1995/10/03 21:17:33 jmz Exp $ # VERSION= 95.06 DISTNAME= latex PKGNAME= latex2e-${VERSION} -CATEGORIES+= printing +CATEGORIES+= print DISTFILES= latex_mf-${VERSION}.tar.gz latex_tfm-${VERSION}.tar.gz \ latex_base-${VERSION}.tar.gz latex_tools-${VERSION}.tar.gz |