diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 16:30:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 16:30:21 +0000 |
commit | fb323ab50faff61842ab82a95dde0bcfbce01941 (patch) | |
tree | c747700b29435778ce9c4a250395c3a6e92f9a7f /palm | |
parent | Fix build on 5.x. (diff) |
Don't try to rebuild the HTML-docs.
PR: 54296
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Notes
Notes:
svn path=/head/; revision=85467
Diffstat (limited to 'palm')
-rw-r--r-- | palm/plucker/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/palm/plucker/Makefile b/palm/plucker/Makefile index 321a91d18d03..1eb902653bab 100644 --- a/palm/plucker/Makefile +++ b/palm/plucker/Makefile @@ -36,11 +36,14 @@ CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} \ --disable-desktopbuild \ --disable-unpluck \ --disable-explode \ - --disable-palmosbuild + --disable-palmosbuild \ + --disable-docbuild MAN1= pluck-comics.1 plucker-build.1 plucker-decode.1 \ plucker-dump.1 plucker-setup.1 FIND?= find +.include <bsd.port.pre.mk> + post-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ ${WRKSRC}/parser/python/PyPlucker @@ -84,4 +87,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/Plucker_Doc/* ${DOCSDIR}/manual .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |