diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 00:59:34 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 00:59:34 +0000 |
commit | 24d0b7696828fca9ee37e4b5a337ad666c3ff1b7 (patch) | |
tree | 054cc60d82d72569617779d7cc5d101a35b9719e /x11-clocks | |
parent | fccdbde076db32502d8bf5e24f545996339d837b (diff) | |
download | FreeBSD-ports-24d0b7696828fca9ee37e4b5a337ad666c3ff1b7.zip FreeBSD-ports-24d0b7696828fca9ee37e4b5a337ad666c3ff1b7.tar.gz |
Unbreak: allow this port to build with XFree86-4.
Diffstat (limited to 'x11-clocks')
-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 190e8a8..d08a5f1 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 |