diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-01 00:52:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-01 00:52:19 +0800 |
commit | f4c6d5ac7dcf8b81251e09a41f01e4d79bb0106c (patch) | |
tree | a653b073a602c268995cad4848f15a945fd9918b | |
parent | 0d3899642e64874b6148765c5191bdefd8991144 (diff) | |
download | freebsd-ports-gnome-f4c6d5ac7dcf8b81251e09a41f01e4d79bb0106c.tar.gz freebsd-ports-gnome-f4c6d5ac7dcf8b81251e09a41f01e4d79bb0106c.tar.zst freebsd-ports-gnome-f4c6d5ac7dcf8b81251e09a41f01e4d79bb0106c.zip |
Mark as broken: overwrite files own by the tuxracer package
pkgng says:
pkg: tuxracer_golf-1.00_2 conflicts with tuxracer-0.61_11 (installs files into the same place). Problematic file: /usr/local/share/tuxracer/courses/common/buttprint.rgb
Reported by: pointyhat: pkgng exp-run
Feature safe: yes
-rw-r--r-- | games/tuxracer_golf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tuxracer_golf/Makefile b/games/tuxracer_golf/Makefile index 3655ab71067b..d741cc99a6be 100644 --- a/games/tuxracer_golf/Makefile +++ b/games/tuxracer_golf/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= adamw MAINTAINER= ports@FreeBSD.org COMMENT= A golf course theme for Tux Racer +BROKEN= overwrite a file owned by tuxracer: share/tuxracer/courses/common/buttprint.rgb + RUN_DEPENDS= tuxracer:${PORTSDIR}/games/tuxracer NO_WRKSUBDIR= yes |