summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-10-09 14:12:36 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-10-09 14:12:36 +0000
commit43234a996a7cabdc311eae71f055a2577bd5e319 (patch)
treee9c7e619b168ea7f501ad41382b7d26439ca0903
parentUpdate to 2006.10.07. (diff)
- Register CONFLICTS with sysutils/tct; both install "bin/file".
- s/INSTALLS_SHLIB/USE_LDCONFIG/
Notes
Notes: svn path=/head/; revision=175088
-rw-r--r--sysutils/file/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile
index 8fe1568ca50d..eed543664d83 100644
--- a/sysutils/file/Makefile
+++ b/sysutils/file/Makefile
@@ -16,10 +16,12 @@ MAINTAINER= jharris@widomaker.com
COMMENT= Utility to determine file type
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-fsect-man5
+CONFLICTS= tct-[0-9]*
+
MAN1= file.1
MAN3= libmagic.3
MAN5= magic.5