diff options
-rw-r--r-- | games/xrot/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index 0b693ff..e4b7b89 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -14,15 +14,10 @@ MASTER_SITE_SUBDIR= will MAINTAINER= markp@FreeBSD.org -BROKEN= "Does not build manpages with XFree86-4" - +ALL_TARGET= xrot WRKSRC= ${WRKDIR}/xrot USE_IMAKE= yes USE_XPM= yes -NO_INSTALL_MANPAGES= yes - -post-configure: - ${PERL} -pi -e "s@: xrot.man@:@g; s@xrot.man@/dev/null@g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin |