diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/xv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 17efeda177ca..fd06fd546449 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -62,6 +62,9 @@ post-patch: .for i in ${MAN1} @${CP} ${WRKSRC}/docs/${i:R}.man ${WRKSRC} .endfor +.if defined(NOMAN) + ${PERL} -pi.orig -e 's,^InstallManPage.*$$,/\* $$& \*/,' ${WRKSRC}/Imakefile +.endif post-install: |