aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2007-06-12 03:56:59 +0800
committermi <mi@FreeBSD.org>2007-06-12 03:56:59 +0800
commit20e7a69c75b660fcd817cfeb7f0a0d5c67daf52c (patch)
tree73a0f82110418f573828d6dbec3135bcfdda7df6 /devel
parenta4bf59380b34aa04768dd6d9f22225da6e685390 (diff)
downloadfreebsd-ports-gnome-20e7a69c75b660fcd817cfeb7f0a0d5c67daf52c.tar.gz
freebsd-ports-gnome-20e7a69c75b660fcd817cfeb7f0a0d5c67daf52c.tar.zst
freebsd-ports-gnome-20e7a69c75b660fcd817cfeb7f0a0d5c67daf52c.zip
Do not install docs, when NOPORTDOCS is set. pkg-plist was doing the
right thing, but the post-install target was not properly ifdef-ed. Submitted by: rafan
Diffstat (limited to 'devel')
-rw-r--r--devel/tcltls/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile
index ecd57e36d467..f527be0c2653 100644
--- a/devel/tcltls/Makefile
+++ b/devel/tcltls/Makefile
@@ -42,9 +42,11 @@ post-patch:
# The tests in ciphers.test are meaningless so far:
${MV} ${WRKSRC}/tests/ciphers.test ${WRKSRC}/tests/ciphers.test.broken
+.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/tls
${INSTALL_DATA} ${WRKSRC}/tls.htm ${PREFIX}/share/doc/tls/
+.endif
post-build test:
cd ${WRKSRC}/tests && env TCL_LIBRARY="${WRKSRC}" \