diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 05:23:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 05:23:18 +0000 |
commit | 2b3b1ac8b161f74315d7959838a0192fe713edeb (patch) | |
tree | 13f7b5dc8ef4b88701d4be9e40604c0e92d72d92 /games/xsheep | |
parent | 09c21666ace4e17649582b0272b7528b6368f5bf (diff) | |
download | FreeBSD-ports-2b3b1ac8b161f74315d7959838a0192fe713edeb.zip FreeBSD-ports-2b3b1ac8b161f74315d7959838a0192fe713edeb.tar.gz |
Mark BROKEN: the author broke the distfile by removing all of the *.xpm
files which are needed to build.
Diffstat (limited to 'games/xsheep')
-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 d57fba1b..cd13d0f 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 |