summaryrefslogtreecommitdiff
path: root/misc/display
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-12 13:58:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-12 13:58:26 +0000
commit9100fbe2e94b30d301cee323d6607bc241409d6b (patch)
treedf70bac5fee12f4e0ec040648ccd433aa9815c11 /misc/display
parent- Update to version 0.6.7 (diff)
- Utilize CONFLICTS
PR: 61247 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=97997
Diffstat (limited to 'misc/display')
-rw-r--r--misc/display/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile
index 225d360c2ef6..ce339ff1ddb0 100644
--- a/misc/display/Makefile
+++ b/misc/display/Makefile
@@ -12,7 +12,9 @@ MASTER_SITES= http://www.ipsmart.com/src/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= Runs command repeatedly; shows output (can conflict with ImageMagick)
+COMMENT= Runs command repeatedly; shows output
+
+CONFLICTS= ImageMagick-[0-9]* goblin-*
GNU_CONFIGURE= yes
@@ -20,6 +22,6 @@ MAN1= display.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/display ${PREFIX}/bin/display
- ${INSTALL_MAN} ${WRKSRC}/display.man ${PREFIX}/man/man1/display.1
+ ${INSTALL_MAN} ${WRKSRC}/display.man ${MANPREFIX}/man/man1/display.1
.include <bsd.port.mk>