diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-31 16:24:03 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-31 16:24:03 +0000 |
commit | bdf35d9feafbe8603223002a402eb426911df0bf (patch) | |
tree | 911cfd906d1fb72727978a17cd7a2ef9f25dfe05 /print/ghostscript-gnu | |
parent | ba11366e943bd1f7745e71a7617c8fb60c986074 (diff) | |
download | ports-bdf35d9feafbe8603223002a402eb426911df0bf.tar.gz ports-bdf35d9feafbe8603223002a402eb426911df0bf.zip |
Fix some typos in comments.
Submitted by: stefanf
Notes
Notes:
svn path=/head/; revision=164087
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 295717a1f3b9..1e1f6e5e8eea 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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, |