diff options
author | sf <sf@FreeBSD.org> | 2001-01-10 03:35:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-10 03:35:30 +0800 |
commit | 9a0b4e76d265818a1435241357ed684810b0ebc2 (patch) | |
tree | 279f618dc16375ebdaf9b06d1bfd516ebb934259 /x11-clocks | |
parent | 08a26c6fc1644fba58b35057f166ec1cc3ff89ef (diff) | |
download | freebsd-ports-gnome-9a0b4e76d265818a1435241357ed684810b0ebc2.tar.gz freebsd-ports-gnome-9a0b4e76d265818a1435241357ed684810b0ebc2.tar.zst freebsd-ports-gnome-9a0b4e76d265818a1435241357ed684810b0ebc2.zip |
fix X manpage error with XFree86-4
PR: 23440
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmdate/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmdate/files/patch-aa | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile index efbfbbbda9e9..c3a57dce8a5f 100644 --- a/x11-clocks/wmdate/Makefile +++ b/x11-clocks/wmdate/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= ${X11BASE}/include/dockapp.h:${PORTSDIR}/x11-wm/libdockapp USE_IMAKE= yes USE_XPM= yes -NO_INSTALL_MANPAGES= yes post-install: .if !defined(NOPORTDOCS) diff --git a/x11-clocks/wmdate/files/patch-aa b/x11-clocks/wmdate/files/patch-aa new file mode 100644 index 000000000000..1c7b5155ed36 --- /dev/null +++ b/x11-clocks/wmdate/files/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Tue May 18 05:36:35 1999 ++++ Imakefile Wed Nov 1 09:02:22 2000 +@@ -132,7 +132,7 @@ + XCOMM Create Makefile + XCOMM --------------------------------------- + +-ComplexProgramTarget(wmdate) ++ComplexProgramTargetNoMan(wmdate) + + XCOMM - - - - - - - - - - - - - - - - - - - - + XCOMM e n d |