aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-18 06:50:00 +0800
committerpav <pav@FreeBSD.org>2007-01-18 06:50:00 +0800
commit23f55bb92ccd9161772cb8cebaba45486f7e9de1 (patch)
tree2aa1145256bcae340167cf5f90930228147d7d81
parent9c9da04401a23203f245ae86a17281c7e24404d6 (diff)
downloadfreebsd-ports-gnome-23f55bb92ccd9161772cb8cebaba45486f7e9de1.tar.gz
freebsd-ports-gnome-23f55bb92ccd9161772cb8cebaba45486f7e9de1.tar.zst
freebsd-ports-gnome-23f55bb92ccd9161772cb8cebaba45486f7e9de1.zip
- Record CONFLICTS
Requested by: mezz
-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}