summaryrefslogtreecommitdiffstats
path: root/lang/ptoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ptoc/Makefile')
-rw-r--r--lang/ptoc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ptoc/Makefile b/lang/ptoc/Makefile
index 5a65f62..3064b95 100644
--- a/lang/ptoc/Makefile
+++ b/lang/ptoc/Makefile
@@ -22,6 +22,8 @@ EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \
vibrkinp.pas vibrkinp.txt vibrtabl.pas war2.pas war2.txt \
xy2.txt xy2orig.txt
+OPTIONS_DEFINE= DOCS EXAMPLES
+
pre-build:
@${LN} -sf makefile.bsd ${WRKSRC}/Makefile
@${LN} -sf makefile.bsd ${WRKSRC}/Xbgi/Makefile
@@ -44,9 +46,7 @@ do-install:
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Readme.htm ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud