Bug 71385

Summary: Install dummyflash plugin to a more sensible place
Product: Ports & Packages Reporter: Daniel O'Connor <darius>
Component: Individual Port(s)Assignee: Yen-Ming Lee <leeym>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Daniel O'Connor 2004-09-05 04:50:13 UTC

Fix: PORTNAME=      dummyflash
 PORTVERSION=   1.0
-PORTREVISION=  0
+PORTREVISION=  1
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.netscape.com/pub/sdk/plugin/unix/
 DISTNAME=      unix-sdk-3.0b5
@@ -21,18 +21,7 @@
 NO_WRKSUBDIR=  yes
 MAKEFILE=      makefile.freebsd

-.if defined(WITH_MOZILLA_DEVEL)
-DEVEL=-devel
-PLIST_SUB=DEVEL=${DEVEL}
-.else
-DEVEL=
-PLIST_SUB=DEVEL=
-.endif
-
-pre-everything::
-       @${ECHO_MSG} "Set WITH_MOZILLA_DEVEL to install this port for www/mozilla-devel"
-
 do-install:
-       ${INSTALL_DATA} ${BUILD_WRKSRC}/dummyflash.so ${PREFIX}/lib/mozilla${DEVEL}/plugins
+       ${INSTALL_DATA} ${BUILD_WRKSRC}/dummyflash.so ${PREFIX}/lib/browser_plugins/

 .include <bsd.port.mk>
Common subdirectories: /usr/ports/www/dummyflash/files and dummyflash/files
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2004-09-15 19:16:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

I will take care of this PR.
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2004-09-16 03:08:43 UTC
State Changed
From-To: open->closed

Committed, thanks.