aboutsummaryrefslogtreecommitdiff
path: root/www/linux-flashplugin7/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-06-06 04:39:29 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-06-06 04:39:29 +0000
commit7125d1b2f0ba1ad6b739cca90ef9411672d78541 (patch)
tree0a8f7828c389044d2680eb7be48d29b27613e84e /www/linux-flashplugin7/Makefile
parent4ecd3b6101930356d8afb8534d5e43462584ba3e (diff)
downloadports-7125d1b2f0ba1ad6b739cca90ef9411672d78541.tar.gz
ports-7125d1b2f0ba1ad6b739cca90ef9411672d78541.zip
Notes
Diffstat (limited to 'www/linux-flashplugin7/Makefile')
-rw-r--r--www/linux-flashplugin7/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/linux-flashplugin7/Makefile b/www/linux-flashplugin7/Makefile
index abfe4f94d3a7..fc172ea6d2c2 100644
--- a/www/linux-flashplugin7/Makefile
+++ b/www/linux-flashplugin7/Makefile
@@ -25,20 +25,14 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/install_flash_player_7_linux
LATEST_LINK= flash7
-PLUGINSDIR= lib/linux-mozilla/plugins
LIBFILES= libflashplayer.so flashplayer.xpt
DOCSDIR?= ${PREFIX}/share/doc/${UNIQUENAME}
-PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"
-
do-install:
@${MKDIR} ${PREFIX}/lib/linux-flashplugin7
.for f in ${LIBFILES}
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin7
-.if exists(${PLUGINSDIR})
- @${LN} -sf ${PREFIX}/lib/linux-flashplugin7/${f} ${PREFIX}/${PLUGINSDIR}
-.endif
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}