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