diff options
author | osa <osa@FreeBSD.org> | 2004-07-14 04:21:35 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-14 04:21:35 +0800 |
commit | 794e0be18b24e763a56451b69a242203dc74c8c6 (patch) | |
tree | 0081a3fe72c5afb0173547563def49492471d0b8 | |
parent | 5626c81a9f6024844ff7b84a03863bdffd7ad82e (diff) | |
download | freebsd-ports-gnome-794e0be18b24e763a56451b69a242203dc74c8c6.tar.gz freebsd-ports-gnome-794e0be18b24e763a56451b69a242203dc74c8c6.tar.zst freebsd-ports-gnome-794e0be18b24e763a56451b69a242203dc74c8c6.zip |
Add CONFLICTS - both pkg-plist files containes bin/ltrace.
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/polygraph31/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ltrace/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 881458b5ca5c..2eb7c1a8ea46 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -21,4 +21,6 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +CONFLICTS= ltrace-0* + .include <bsd.port.mk> diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile index 881458b5ca5c..2eb7c1a8ea46 100644 --- a/benchmarks/polygraph31/Makefile +++ b/benchmarks/polygraph31/Makefile @@ -21,4 +21,6 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +CONFLICTS= ltrace-0* + .include <bsd.port.mk> diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index 27f819c4b845..c364281b16b1 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_FILES= bin/ltrace etc/ltrace.conf +CONFLICTS= polygraph-2* + MAN1= ltrace.1 post-patch: |