diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 15:03:17 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 15:03:17 +0000 |
commit | e6349fb5d5df674abb9c2c24d4216b6967d1ca86 (patch) | |
tree | 56bd7612a661c4bfbbd070373ad6706eb095d59e | |
parent | Reflect the master port's fixes. (diff) |
fix build of graphics/xv-m17n and japanese/xv.
Non-response from: maintainer
Notes
Notes:
svn path=/head/; revision=47683
-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: |