diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-06-03 12:01:07 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-06-03 12:01:07 +0000 |
commit | b91ddcfa1c3a60c4bcb3f1701fe5334847f8aaf7 (patch) | |
tree | f495412c44879a2ab30d52578f6cd8142190d0c8 /games/xrot | |
parent | 22464c14b33537f0ac7b35acd90263acf6fd3e3e (diff) | |
download | ports-b91ddcfa1c3a60c4bcb3f1701fe5334847f8aaf7.tar.gz ports-b91ddcfa1c3a60c4bcb3f1701fe5334847f8aaf7.zip |
Notes
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 |