diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 08:59:34 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 08:59:34 +0800 |
commit | 24d0b7696828fca9ee37e4b5a337ad666c3ff1b7 (patch) | |
tree | 054cc60d82d72569617779d7cc5d101a35b9719e /x11-clocks | |
parent | fccdbde076db32502d8bf5e24f545996339d837b (diff) | |
download | freebsd-ports-gnome-24d0b7696828fca9ee37e4b5a337ad666c3ff1b7.tar.gz freebsd-ports-gnome-24d0b7696828fca9ee37e4b5a337ad666c3ff1b7.tar.zst freebsd-ports-gnome-24d0b7696828fca9ee37e4b5a337ad666c3ff1b7.zip |
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 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 |