aboutsummaryrefslogtreecommitdiffstats
path: root/print/preview-latex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/preview-latex/Makefile')
-rw-r--r--print/preview-latex/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/preview-latex/Makefile b/print/preview-latex/Makefile
index 1ab24497ea88..0c877a4d9de2 100644
--- a/print/preview-latex/Makefile
+++ b/print/preview-latex/Makefile
@@ -30,11 +30,13 @@ CONFIGURE_ARGS+= --disable-8bit-test
DOCS= ChangeLog INSTALL PROBLEMS README latex/README-preview RELEASE TODO
post-install:
+ ${INSTALL_DATA} ${WRKSRC}/preview-latex.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/preview/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>