Bug 71385 - Install dummyflash plugin to a more sensible place
Summary: Install dummyflash plugin to a more sensible place
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-05 04:50 UTC by Daniel O'Connor
Modified: 2004-09-16 03:08 UTC (History)
0 users

See Also:


Attachments
file.diff (192 bytes, patch)
2004-09-05 04:50 UTC, Daniel O'Connor
no flags Details | Diff
file.diff (277 bytes, patch)
2004-09-05 04:50 UTC, Daniel O'Connor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.