diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-31 11:25:00 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-31 11:25:00 +0000 |
commit | 11157a12f563739c251aa867eee35e30d0cb8320 (patch) | |
tree | 98de33084565ac4da80caad566fa1702f78c0b1c /www/linux-mplayer-plugin/Makefile | |
parent | 2bbdf40a6f4488ab29d6a040d15ee8b8d75df2e6 (diff) | |
download | ports-11157a12f563739c251aa867eee35e30d0cb8320.tar.gz ports-11157a12f563739c251aa867eee35e30d0cb8320.zip |
Notes
Diffstat (limited to 'www/linux-mplayer-plugin/Makefile')
-rw-r--r-- | www/linux-mplayer-plugin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/linux-mplayer-plugin/Makefile b/www/linux-mplayer-plugin/Makefile index 7a0a67bd1275..bef6a14c5f0c 100644 --- a/www/linux-mplayer-plugin/Makefile +++ b/www/linux-mplayer-plugin/Makefile @@ -9,8 +9,7 @@ PORTNAME= mplayerplug-in PORTVERSION= 3.25 DISTVERSIONSUFFIX= -fc4 CATEGORIES= www multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF PKGNAMEPREFIX= linux- MAINTAINER= infofarmer@FreeBSD.org @@ -24,12 +23,10 @@ LINUX_DIST= fedora LINUX_DIST_VER= 4 PREFIX?= ${LOCALBASE} -USE_NPAPI= linux-* +USE_NPAPI= linux +NPAPI_WRKSRC= ${WRKDIR}/usr/lib/mozilla/plugins NPAPI_FILES= ${PLUGINS_EXT:S/^/${PORTNAME}/} PLUGINS_EXT= .so .xpt -gmp.so -gmp.xpt -qt.so -qt.xpt -rm.so -rm.xpt -wmp.so -wmp.xpt -post-extract: - ${MKDIR} ${WRKSRC} && ${MV} ${WRKDIR}/usr/lib/mozilla/plugins/* ${WRKSRC}/ - .include "${.CURDIR}/Makefile.npapi" .include <bsd.port.mk> |