diff options
author | sf <sf@FreeBSD.org> | 2000-12-30 18:59:21 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2000-12-30 18:59:21 +0000 |
commit | 7e08aeab2be62004cb7251d6b306bfc2b3f339cc (patch) | |
tree | 67690c64539edde2ea3b4def91d98b0fc6205488 /x11-clocks | |
parent | 305d9ddc7e7c37554f4ae1c749f8ef96b33420ea (diff) | |
download | FreeBSD-ports-7e08aeab2be62004cb7251d6b306bfc2b3f339cc.zip FreeBSD-ports-7e08aeab2be62004cb7251d6b306bfc2b3f339cc.tar.gz |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
PR: 23508
Submitted by: myself
Approved by: maintainer
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmtime/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmtime/files/patch-ab | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/x11-clocks/wmtime/Makefile b/x11-clocks/wmtime/Makefile index a920abe..462a422 100644 --- a/x11-clocks/wmtime/Makefile +++ b/x11-clocks/wmtime/Makefile @@ -15,7 +15,6 @@ MAINTAINER= rneswold@enteract.com WRKSRC= ${WRKDIR}/wmtime.app/wmtime USE_IMAKE= yes USE_XPM= yes -NO_INSTALL_MANPAGES= 1 post-extract: ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile diff --git a/x11-clocks/wmtime/files/patch-ab b/x11-clocks/wmtime/files/patch-ab new file mode 100644 index 0000000..626fd85 --- /dev/null +++ b/x11-clocks/wmtime/files/patch-ab @@ -0,0 +1,9 @@ +--- Imakefile.orig Wed Nov 1 09:26:11 2000 ++++ Imakefile Wed Nov 1 09:26:51 2000 +@@ -13,5 +13,5 @@ + misc.o \ + list.o + +-ComplexProgramTarget(wmtime) ++ComplexProgramTargetNoMan(wmtime) + |