diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-09 22:05:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-09 22:05:56 +0000 |
commit | c6fd398b07957bf82644b8901e2331b4423a10ef (patch) | |
tree | 0c264f4308467b074471aa9354a594f0130c3df3 /lang/php-mode.el | |
parent | ab751fb7a9d873e80780330eb28f663a285e296a (diff) |
Notes
Diffstat (limited to 'lang/php-mode.el')
-rw-r--r-- | lang/php-mode.el/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index bd8fb5c77459..a046d005947e 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -21,18 +21,14 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-build: -.if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC} && makeinfo --no-split php-mode.texi -.endif do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} ${INSTALL_DATA} ${WRKSRC}/php-mode.el ${EMACSLISPDIR}/php-mode.el ${LN} -sf ${EMACSLISPDIR}/php-mode.el ${XEMACSLISPDIR} -.if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/php-mode.info ${PREFIX}/${INFO_PATH}/ -.endif post-install: @${CAT} ${PKGMESSAGE} |