diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-03-04 17:11:31 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-03-04 17:11:31 +0000 |
commit | 9c32447de55e200b02665744513472bc52f5f958 (patch) | |
tree | 8257974e923ed9b542dbd1e02bba6639c141983c /textproc | |
parent | 9d2138bb150616a900f58c7b98111f157610a84b (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pygments/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 47a17ebde801..918afa6974ca 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -21,13 +21,13 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= Pygments -.if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + MAN1= pygmentize.1 -MANCOMPRESSED= no post-install: - @${INSTALL_DATA} ${WRKSRC}/docs/${MAN1} ${MANPREFIX}/man/man1/ + @${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MANPREFIX}/man/man1/ +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/docs/build && ${COPYTREE_SHARE} . ${DOCSDIR} .endif |