diff options
author | novel <novel@FreeBSD.org> | 2006-05-31 16:24:03 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-05-31 16:24:03 +0000 |
commit | c23c8ae6101f9fd553b8ba9703ff69201283ae7a (patch) | |
tree | 0112e450068609d3922cd1f5645ef50dc3599eef /print/ghostscript7 | |
parent | a41999525746d5423401e607e4a681895b11dd86 (diff) | |
download | FreeBSD-ports-c23c8ae6101f9fd553b8ba9703ff69201283ae7a.zip FreeBSD-ports-c23c8ae6101f9fd553b8ba9703ff69201283ae7a.tar.gz |
Fix some typos in comments.
Submitted by: stefanf
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 295717a..1e1f6e5 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -147,7 +147,7 @@ DJ970_SRCS= ${DJ970}.c.gz # ijs driver with ijsgimpprint (part of print/gimp-print port) is highly # recommended. # -# For that reason, integlation of stp driver is disabled by default. +# For that reason, integration of stp driver is disabled by default. GPRINT= gimp-print GPRINT_VERS= 4.2.7 GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} @@ -256,7 +256,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." -# normazile WRKSRC so things like cups-pstoraster may work +# normalize WRKSRC so things like cups-pstoraster may work ${LN} -sf ${WRKDIR}/${DISTNAME} ${WRKDIR}/${PORTNAME} # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure, |