diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-03 01:10:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-03 01:10:33 +0000 |
commit | 023d3d1fa8036282a305a2c1d904d9fe45c8027d (patch) | |
tree | 67ea0c659bf592acaf8acacfa11c5ddeff6365a5 /www/firefox3-devel/Makefile | |
parent | 337525ca604cffcf9bc6f21e56db3dbcb10fa758 (diff) | |
download | FreeBSD-ports-023d3d1fa8036282a305a2c1d904d9fe45c8027d.zip FreeBSD-ports-023d3d1fa8036282a305a2c1d904d9fe45c8027d.tar.gz |
Use ${PERL5} to properly locate perl.
Submitted by: perky
Diffstat (limited to 'www/firefox3-devel/Makefile')
-rw-r--r-- | www/firefox3-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index ccc53c9..aea22c4 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/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: |