diff options
Diffstat (limited to 'x11-toolkits/wxgtk26-docs/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26-docs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk26-docs/Makefile b/x11-toolkits/wxgtk26-docs/Makefile index 7341b91..65c7ba1 100644 --- a/x11-toolkits/wxgtk26-docs/Makefile +++ b/x11-toolkits/wxgtk26-docs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxgtk_doc_26 -# Date created: November, 15th 2005 -# Whom: Matthias Sund <m.sund@arcor.de> -# +# Created by: Matthias Sund <m.sund@arcor.de> # $FreeBSD$ -# PORTNAME= wxgtk_doc PORTVERSION= 2.6.4 @@ -21,6 +17,7 @@ NO_BUILD= YES WXGTKDOCDIR= share/doc/${PORTNAME}_26 WRKSRC= ${WRKDIR}/wxWidgets-${PORTVERSION}/docs +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${WXGTKDOCDIR} @(cd ${WRKSRC} && ${FIND} html -type d -exec ${MKDIR} ${PREFIX}/${WXGTKDOCDIR}/{} \;) |