diff options
author | markp <markp@FreeBSD.org> | 2002-06-03 20:01:07 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-06-03 20:01:07 +0800 |
commit | f47ed5d695e29a2fb065637812de8941f8f0e75e (patch) | |
tree | f538c11c1beb3786f42c95a580c6392cbcb9d981 /games/xrot | |
parent | 037ff85f7440e3184b686bdbefc03ecc8dce7fd7 (diff) | |
download | freebsd-ports-gnome-f47ed5d695e29a2fb065637812de8941f8f0e75e.tar.gz freebsd-ports-gnome-f47ed5d695e29a2fb065637812de8941f8f0e75e.tar.zst freebsd-ports-gnome-f47ed5d695e29a2fb065637812de8941f8f0e75e.zip |
Fix build under XFree86-4
Diffstat (limited to 'games/xrot')
-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 0b693ff96ff3..e4b7b898bb52 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 |