aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-07-24 00:30:21 +0800
committerarved <arved@FreeBSD.org>2003-07-24 00:30:21 +0800
commit2071c80f2c0953bf9ed47b43844616227920d6dc (patch)
treee848d68c80129484dc1cd877d9f71f662c3b9119 /palm
parent9d02f7350178cc17bb24df9fc0c3affa506c662a (diff)
downloadfreebsd-ports-gnome-2071c80f2c0953bf9ed47b43844616227920d6dc.tar.gz
freebsd-ports-gnome-2071c80f2c0953bf9ed47b43844616227920d6dc.tar.zst
freebsd-ports-gnome-2071c80f2c0953bf9ed47b43844616227920d6dc.zip
Don't try to rebuild the HTML-docs.
PR: 54296 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Diffstat (limited to 'palm')
-rw-r--r--palm/plucker/Makefile7
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>