aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-08 17:39:30 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-08 17:39:30 +0800
commit6d58340e86b44bfb34313f005e98eb74bb758acb (patch)
treef25be82556bb4acd73148152b257a0b180607215 /textproc
parentdaade3d0949306550cd31a411fe60a5f31559577 (diff)
downloadfreebsd-ports-gnome-6d58340e86b44bfb34313f005e98eb74bb758acb.tar.gz
freebsd-ports-gnome-6d58340e86b44bfb34313f005e98eb74bb758acb.tar.zst
freebsd-ports-gnome-6d58340e86b44bfb34313f005e98eb74bb758acb.zip
Fix plist with -DNOPORT*
Prompted by: QAT QA run
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}