aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php-mode.el
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-09-10 06:05:56 +0800
committergahr <gahr@FreeBSD.org>2008-09-10 06:05:56 +0800
commitdc745d1c27f13ac02d444dcf2b9abfdfe03793e8 (patch)
tree8a38255139736549c697d9f3fb5bbe817b4d2624 /lang/php-mode.el
parent39022964d41c1bb7cd78d08b2e0b9d03c32a2ef5 (diff)
downloadfreebsd-ports-gnome-dc745d1c27f13ac02d444dcf2b9abfdfe03793e8.tar.gz
freebsd-ports-gnome-dc745d1c27f13ac02d444dcf2b9abfdfe03793e8.tar.zst
freebsd-ports-gnome-dc745d1c27f13ac02d444dcf2b9abfdfe03793e8.zip
- Fix build upon NOPORTDOCS
Reported by: QA Tindie Approved by: portmgr
Diffstat (limited to 'lang/php-mode.el')
-rw-r--r--lang/php-mode.el/Makefile4
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}