diff options
Diffstat (limited to 'www/neowebscript/Makefile')
-rw-r--r-- | www/neowebscript/Makefile | 2 |
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` |