summaryrefslogtreecommitdiff
path: root/www/neowebscript/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-03 16:40:01 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-03 16:40:01 +0000
commitd935c542a9b9e56a0d15774359af05e226804c64 (patch)
tree5cf0ae915baa99d9777cfada5c11a5911a1421db /www/neowebscript/Makefile
parentupgrade to 1.6.8 (diff)
Fix a typo in comment.
Notes
Notes: svn path=/head/; revision=52532
Diffstat (limited to 'www/neowebscript/Makefile')
-rw-r--r--www/neowebscript/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/neowebscript/Makefile b/www/neowebscript/Makefile
index 5166d03b03e1..ec7daae75c64 100644
--- a/www/neowebscript/Makefile
+++ b/www/neowebscript/Makefile
@@ -27,7 +27,7 @@ SUBDIRS= modules neowebscript htdocs # tools
EXTRACT_AFTER_ARGS:=| ${TAR} -xf - ${SUBDIRS:%=${PORTNAME}-${PORTVERSION}/%}
post-patch:
- # Replacing writePNG with writePNG
+ # Replacing writeGIF with writePNG
${PERL} -pi -e 's/writeGIF/writePNG/g' \
`find ${WRKSRC}/.. -type f | xargs fgrep -l --mmap writeGIF`