From f68cd0d8961255d9d8524bd14b0b7e39465b925a Mon Sep 17 00:00:00 2001 From: nork Date: Sun, 18 Dec 2005 02:23:24 +0000 Subject: Oops, don't mkdir browser_linux_plugins. Noticed by: ume --- www/linuxpluginwrapper/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 829029bb7ba2..4abdbf4b6f19 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= nork MAINTAINER= nork@FreeBSD.org COMMENT= A wrapper allowing use of linux-plugins with native applications -BROKEN= Incomplete pkg-plist - .include # I will remove WITH_PLUGINS knob. @@ -93,9 +91,9 @@ post-build: @${SED} -e "/exec/d" ${.CURDIR}/pkg-plist > ${PLIST} .endif +.if defined(WITH_PLUGINS) pre-install: @${MKDIR} ${X11BASE}/lib/browser_linux_plugins -.if defined(WITH_PLUGINS) @${LN} -sf ${LINUXBASE}/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so \ ${X11BASE}/lib/browser_linux_plugins/ @${LN} -sf ${X11BASE}/lib/linux-flashplugin6/flashplayer.xpt \ -- cgit