diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:10:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:10:30 +0000 |
commit | e0416d333106ffa63ba1c95aa26b9c62ddf4c324 (patch) | |
tree | 33a42f7e172c47d16fd1abfc9e5b3d4ac74bee2f /security/nss | |
parent | 42189f5a5d603e3cd08ac794a485455f64da2413 (diff) |
Add CONFLICTS for ports that install files with the same name.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=90833
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index ef1146eeea1d..d5914143e275 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -30,6 +30,8 @@ CFLAGS+= -I${LOCALBASE}/include/nspr DIST= ${WRKSRC}/../../dist +CONFLICTS= btoa-5.* digest-* emboss-2.4.* oases-2.* p5-PAR-0.* + do-install: ${MKDIR} ${PREFIX}/include/nss ${TAR} -C ${DIST}/public --dereference -cf - . | \ |