diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/saxon-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index be6d60254a28..4d4efb3b5fdb 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -79,10 +79,8 @@ do-install: .endfor @${ECHO_MSG} " [ DONE ]" -.if ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-on: ${FIND} -s ${WRKSRC}/samples -not -type d | \ ${SED} -ne 's|^${WRKSRC}/samples|${EXAMPLESDIR:S,${PREFIX}/,,}|p' >> ${TMPPLIST} -.endif .include <bsd.port.mk> |