aboutsummaryrefslogtreecommitdiff
path: root/www/neowebscript
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
parenta91a9b531dabe371e5b1cd92eef3392593686d1b (diff)
downloadports-d935c542a9b9e56a0d15774359af05e226804c64.tar.gz
ports-d935c542a9b9e56a0d15774359af05e226804c64.zip
Notes
Diffstat (limited to 'www/neowebscript')
-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`