diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 18:59:21 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 18:59:21 +0000 |
commit | 7ff105631c23434766ab900847b95fb0f854783f (patch) | |
tree | eaf02673bccffbfa0b028259e1625cd2cf991766 /x11-clocks/wmtime | |
parent | c5955c91a6fd9a2492cb5886d21ace48740c6aba (diff) |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
PR: 23508
Submitted by: myself
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=36473
Diffstat (limited to 'x11-clocks/wmtime')
-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 a920abe11fd1..462a422df6aa 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 000000000000..626fd85c6236 --- /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) + |