diff options
author | trevor <trevor@FreeBSD.org> | 2003-05-22 17:52:21 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-05-22 17:52:21 +0800 |
commit | b8ba244f8fc0ae08947083c744fc7179cd68b1cb (patch) | |
tree | dbde517eb7ebf01a71200030f327d37385548307 /www/linux-beonex | |
parent | 1e49ee1c821b39504578f666902ff3b62cf46c54 (diff) | |
download | freebsd-ports-graphics-b8ba244f8fc0ae08947083c744fc7179cd68b1cb.tar.gz freebsd-ports-graphics-b8ba244f8fc0ae08947083c744fc7179cd68b1cb.tar.zst freebsd-ports-graphics-b8ba244f8fc0ae08947083c744fc7179cd68b1cb.zip |
Support the www/linux-flashplugin6 port.
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 fcfa3ca4df0..25ddf6b770b 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" \ |