diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 00:59:34 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 00:59:34 +0000 |
commit | 312c9e8810c1365db19c69670c35e11a77f662ce (patch) | |
tree | 1cfa1ae59f0e355a7ca3bf8b527fa6f5aa1520c4 /x11-clocks/mouseclock | |
parent | 190732428effcdf6ecb3c79acd645fe12ef244ee (diff) |
Unbreak: allow this port to build with XFree86-4.
Notes
Notes:
svn path=/head/; revision=60934
Diffstat (limited to 'x11-clocks/mouseclock')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index 190e8a82a24c..d08a5f1e8567 100644 --- a/x11-clocks/mouseclock/Makefile +++ b/x11-clocks/mouseclock/Makefile @@ -13,13 +13,14 @@ MASTER_SITE_SUBDIR= X11/clocks MAINTAINER= kazu@jp.freebsd.org -BROKEN= "Does not build with XFree86-4" - USE_GMAKE= yes USE_IMAKE= yes XMKMF= xmkmf NO_INSTALL_MANPAGES= yes +post-configure: + @${TOUCH} ${WRKSRC}/mouseclock.man + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/mouseclock |