diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 05:23:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 05:23:18 +0000 |
commit | 6a36559f406be4eef3fa79d0198b8cddbb652877 (patch) | |
tree | 1fcf5685effa1558295fddf56583bff817d2e866 /games/xsheep/Makefile | |
parent | Fix Ghostscript 6.50 path. (diff) |
Mark BROKEN: the author broke the distfile by removing all of the *.xpm
files which are needed to build.
Diffstat (limited to '')
-rw-r--r-- | games/xsheep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xsheep/Makefile b/games/xsheep/Makefile index d57fba1bd095..cd13d0fd7600 100644 --- a/games/xsheep/Makefile +++ b/games/xsheep/Makefile @@ -16,6 +16,8 @@ USE_X_PREFIX= YES USE_XPM= YES WRKSRC= ${WRKDIR}/xsheep +BROKEN= "Author broke the distfile by removing a bunch of required files" + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xsheep ${PREFIX}/bin |