diff options
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r-- | devel/stlport/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index f88222e..0e9bb48 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -34,8 +34,9 @@ INSTALLS_SHLIB= yes BROKEN= "Not supported on systems prior to FreeBSD 4.4" .endif -.if !defined(NOPORTDOCS) post-install: + ${FIND} ${PREFIX}/include/stlport -name \*.orig -delete +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/images ${INSTALL_DATA} ${WRKSRC}/../doc/*.css ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR} |