diff options
author | sf <sf@FreeBSD.org> | 2001-09-11 15:03:17 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-11 15:03:17 +0000 |
commit | 8892cdf9fbf29f9f475abd98940d1890d96a8173 (patch) | |
tree | 7778988219d7fcba8ab4eb385ec118f2dcdf1e6b /graphics/xv | |
parent | cc697f288f3d54aa2005077c7aa810496e5fd960 (diff) | |
download | FreeBSD-ports-8892cdf9fbf29f9f475abd98940d1890d96a8173.zip FreeBSD-ports-8892cdf9fbf29f9f475abd98940d1890d96a8173.tar.gz |
fix build of graphics/xv-m17n and japanese/xv.
Non-response from: maintainer
Diffstat (limited to 'graphics/xv')
-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 17efeda..fd06fd5 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: |