diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-05-22 09:52:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-05-22 09:52:21 +0000 |
commit | 6b0ea28436cdbcc510f614957b550b24dc0d24ed (patch) | |
tree | e55d5db698d21f1c1e4270d15d64ea621e4ae0e0 /www/linux-beonex | |
parent | 74aeb626454139d84069977e1ed8999f031416ed (diff) | |
download | ports-6b0ea28436cdbcc510f614957b550b24dc0d24ed.tar.gz ports-6b0ea28436cdbcc510f614957b550b24dc0d24ed.zip |
Support the www/linux-flashplugin6 port.
Notes
Notes:
svn path=/head/; revision=81683
Diffstat (limited to 'www/linux-beonex')
-rw-r--r-- | www/linux-beonex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile index fcfa3ca4df05..25ddf6b770b4 100644 --- a/www/linux-beonex/Makefile +++ b/www/linux-beonex/Makefile @@ -50,7 +50,7 @@ do-patch: ${ECHO_CMD} "cd ${PREFIX}/lib/linux-beonex/plugins" \ >>${WRKDIR}/linkfarm .for ii in netscape-linux/plugins flash linux-mozilla/plugins \ - linux-netscape*/plugins + linux-netscape*/plugins linux-flashplugin6 ${ECHO_CMD} -n "${FIND} ${LOCALBASE}/lib/${ii}/*" \ >>${WRKDIR}/linkfarm ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \ |