aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sdf
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-05 06:50:40 +0800
committeradamw <adamw@FreeBSD.org>2014-07-05 06:50:40 +0800
commit21663189e0431d1ddc458a3cebb81d41f36e76aa (patch)
treecddd9991fc9d4b10a6996ebf4fafeeaf1d756cbe /textproc/sdf
parent97b5c32b7f887c5fe44752a77778ac64784257e4 (diff)
downloadfreebsd-ports-gnome-21663189e0431d1ddc458a3cebb81d41f36e76aa.tar.gz
freebsd-ports-gnome-21663189e0431d1ddc458a3cebb81d41f36e76aa.tar.zst
freebsd-ports-gnome-21663189e0431d1ddc458a3cebb81d41f36e76aa.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'textproc/sdf')
-rw-r--r--textproc/sdf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/sdf/Makefile b/textproc/sdf/Makefile
index a95b3256080a..339deb07cf9e 100644
--- a/textproc/sdf/Makefile
+++ b/textproc/sdf/Makefile
@@ -15,10 +15,10 @@ COMMENT= Simple Document Format - "author-friendly" mark-up system
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-.endif
+ (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>