diff options
author | nork <nork@FreeBSD.org> | 2005-12-18 10:23:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-12-18 10:23:24 +0800 |
commit | f68cd0d8961255d9d8524bd14b0b7e39465b925a (patch) | |
tree | b09b2733f8ca8ecd69af0296ee6c1e3dbb4c7b92 /www | |
parent | 271a5ddec1c9489bd0d665c7422c021d2fc90c3b (diff) | |
download | freebsd-ports-gnome-f68cd0d8961255d9d8524bd14b0b7e39465b925a.tar.gz freebsd-ports-gnome-f68cd0d8961255d9d8524bd14b0b7e39465b925a.tar.zst freebsd-ports-gnome-f68cd0d8961255d9d8524bd14b0b7e39465b925a.zip |
Oops, don't mkdir browser_linux_plugins.
Noticed by: ume
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 4 |
1 files changed, 1 insertions, 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 <bsd.port.pre.mk> # 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 \ |