diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-12-02 16:49:37 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-12-02 16:49:37 +0000 |
commit | f4fa763b6959a24d1ee71a034682587db888a174 (patch) | |
tree | 1dd67bc75542c9d96fa28416d618ca749e669e0c /emulators/i386-wine-devel | |
parent | 6be0c6455b78871a879c07e7f27c70f0e1bc68a6 (diff) |
Notes
Diffstat (limited to 'emulators/i386-wine-devel')
-rw-r--r-- | emulators/i386-wine-devel/Makefile.i386 | 2 | ||||
-rw-r--r-- | emulators/i386-wine-devel/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/i386-wine-devel/Makefile.i386 b/emulators/i386-wine-devel/Makefile.i386 index 227280768d02..cf9e56361c9d 100644 --- a/emulators/i386-wine-devel/Makefile.i386 +++ b/emulators/i386-wine-devel/Makefile.i386 @@ -13,7 +13,7 @@ PKGDEINSTALL= ${PKGINSTALL} RUN_DEPENDS= dri>0:${PORTSDIR}/graphics/dri -CONFLICTS_INSTALL= i386-wine-1.4* i386-wine-1.6* wine-[0-9]* +CONFLICTS_INSTALL= i386-wine-[0-9]* wine-[0-9]* wine-devel-[0-9]* ACTUAL-PACKAGE-DEPENDS= ${DO_NADA} WINELIBDIR= ${PREFIX}/lib32 diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc index 00acf569a095..d3f18b48d0c1 100644 --- a/emulators/i386-wine-devel/Makefile.inc +++ b/emulators/i386-wine-devel/Makefile.inc @@ -23,7 +23,7 @@ OPTIONS_DEFINE= GECKO MONO GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine -CONFLICTS_INSTALL= i386-wine-1.4* i386-wine-1.6* wine-[0-9]* +CONFLICTS_INSTALL= i386-wine-[0-9]* wine-[0-9]* wine-devel-[0-9]* EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \ --exclude +MTREE_DIRS --exclude share/licenses/'*' \ |