aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-08 09:39:30 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-08 09:39:30 +0000
commit2f26a9db7a0af153b0d1f777fcedef749c2b0489 (patch)
treeffeb2aeb493a33d2bde0eba24ae9ab2d4aa55e39 /textproc
parent76b9abe06fd3b77aaff9a3131a92f292fc8b19b0 (diff)
Fix plist with -DNOPORT*
Prompted by: QAT QA run
Notes
Notes: svn path=/head/; revision=231869
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xslide.el/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/xslide.el/Makefile b/textproc/xslide.el/Makefile
index da728f46e351..54c31f5af277 100644
--- a/textproc/xslide.el/Makefile
+++ b/textproc/xslide.el/Makefile
@@ -24,7 +24,6 @@ XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
do-install:
@${MKDIR} ${ELISPDIR} ${XELISPDIR}
- @${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && \
for f in xslide.el \
xslide-abbrev.el \
@@ -35,9 +34,12 @@ do-install:
do \
${INSTALL_DATA} $$f ${ELISPDIR}; \
${LN} -sf ${ELISPDIR}/$$f ${XELISPDIR}; \
- done; \
- ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} \
- )
+ done;)
+.ifndef NOPORTDOCS
+ @${MKDIR} ${DOCSDIR}
+ (cd ${WRKSRC} && \
+ ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
+.endif
post-install:
@${CAT} ${PKGMESSAGE}