aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-17 22:50:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-17 22:50:00 +0000
commitd9a2fc779536d6ff0053a3564456f083c293d38b (patch)
tree55455df0a5cb5dd70d8b97728a1e7ae41da9ad9e
parent83ea9596a27a15aae3c8ef6651189e57ea75c195 (diff)
Notes
-rw-r--r--www/linux-flashplugin7/Makefile2
-rw-r--r--www/linux-flashplugin9/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/www/linux-flashplugin7/Makefile b/www/linux-flashplugin7/Makefile
index 565e2e345b05..65e507399142 100644
--- a/www/linux-flashplugin7/Makefile
+++ b/www/linux-flashplugin7/Makefile
@@ -30,6 +30,8 @@ PORTDOCS= Readme.txt
USE_NPAPI= linux-*
NPAPI_FILES= libflashplayer.so flashplayer.xpt
+CONFLICTS= linux-flashplugin-9*
+
post-install:
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}
diff --git a/www/linux-flashplugin9/Makefile b/www/linux-flashplugin9/Makefile
index 02d9ca657088..7d010a31d402 100644
--- a/www/linux-flashplugin9/Makefile
+++ b/www/linux-flashplugin9/Makefile
@@ -30,6 +30,8 @@ PORTDOCS= Readme.txt
USE_NPAPI= linux-*
NPAPI_FILES= libflashplayer.so flashplayer.xpt
+CONFLICTS= linux-flashplugin-7*
+
post-install:
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}