diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-03 16:40:01 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-03 16:40:01 +0000 |
commit | d935c542a9b9e56a0d15774359af05e226804c64 (patch) | |
tree | 5cf0ae915baa99d9777cfada5c11a5911a1421db /www/neowebscript/Makefile | |
parent | a91a9b531dabe371e5b1cd92eef3392593686d1b (diff) | |
download | ports-d935c542a9b9e56a0d15774359af05e226804c64.tar.gz ports-d935c542a9b9e56a0d15774359af05e226804c64.zip |
Notes
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` |