diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-03 09:10:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-03 09:10:33 +0800 |
commit | 023d3d1fa8036282a305a2c1d904d9fe45c8027d (patch) | |
tree | 67ea0c659bf592acaf8acacfa11c5ddeff6365a5 /www/firefox/Makefile | |
parent | 337525ca604cffcf9bc6f21e56db3dbcb10fa758 (diff) | |
download | freebsd-ports-gnome-023d3d1fa8036282a305a2c1d904d9fe45c8027d.tar.gz freebsd-ports-gnome-023d3d1fa8036282a305a2c1d904d9fe45c8027d.tar.zst freebsd-ports-gnome-023d3d1fa8036282a305a2c1d904d9fe45c8027d.zip |
Use ${PERL5} to properly locate perl.
Submitted by: perky
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ccc53c96d9ae..aea22c49a05b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -101,6 +101,7 @@ post-extract:: -e 's|@X11BASE@|${X11BASE}|' \ -e 's|@LOCALBASE@|${LOCALBASE}|' \ -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ + -e 's|@PERL@|${PERL5}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig post-patch: |