aboutsummaryrefslogtreecommitdiff
path: root/lang/yap
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-06 15:10:18 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-06 15:10:18 +0000
commit4eff544d54ea307f8d3ecf76e61fbc0165fbe1b9 (patch)
tree98c8ae7941e333b9ecc77364b8e5fcdcaf2af5c8 /lang/yap
parent491a2a264ad0127be8fbf26f867744ffb6992ea0 (diff)
downloadports-4eff544d54ea307f8d3ecf76e61fbc0165fbe1b9.tar.gz
ports-4eff544d54ea307f8d3ecf76e61fbc0165fbe1b9.zip
Notes
Diffstat (limited to 'lang/yap')
-rw-r--r--lang/yap/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index ed376f762b46..ba3e2550df98 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -15,14 +15,15 @@ CONFLICTS= yap-6.3.*
OPTIONS_DEFINE= DOCS
-DOCS_USE= TEX=formats:build,dvipsk:build,texlive
+DOCS_USE= TEX=formats:build,dvipsk:build
DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:${PORTSDIR}/textproc/texi2html \
${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/texinfo
+DOCS_INSTALL_TARGET= install install_docs
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-max-performance
-USES= gmake
+USES= gmake
USE_GCC= any
DOCSDIR= ${PREFIX}/share/doc/Yap
@@ -36,9 +37,4 @@ post-build:
${REINPLACE_CMD} -e '559,562d' ${WRKSRC}/Makefile
.endif
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- (cd ${WRKSRC} ; ${MAKE} DESTDIR=${STAGEDIR} install_docs)
-.endif
-
.include <bsd.port.mk>