diff options
author | pav <pav@FreeBSD.org> | 2004-02-14 03:52:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-14 03:52:06 +0800 |
commit | 28cecfc849aa524b62676831448f5665fbd2ce43 (patch) | |
tree | 18f25cfaabbede11d143b3c50606d2e0d31fbe3f /x11-toolkits/wxgtk-docs | |
parent | 63c7cd4af8b663be599120cd1f2c710275e8873e (diff) | |
download | freebsd-ports-gnome-28cecfc849aa524b62676831448f5665fbd2ce43.tar.gz freebsd-ports-gnome-28cecfc849aa524b62676831448f5665fbd2ce43.tar.zst freebsd-ports-gnome-28cecfc849aa524b62676831448f5665fbd2ce43.zip |
- Change dangling local hyperlink to point to the actual file on WWW
PR: ports/61309
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'x11-toolkits/wxgtk-docs')
-rw-r--r-- | x11-toolkits/wxgtk-docs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk-docs/Makefile b/x11-toolkits/wxgtk-docs/Makefile index ebbbd53c650d..5071eef36ed9 100644 --- a/x11-toolkits/wxgtk-docs/Makefile +++ b/x11-toolkits/wxgtk-docs/Makefile @@ -16,11 +16,15 @@ MAINTAINER= dotz@irc.pl COMMENT= wxWindows documentation in HTML NO_BUILD= YES +USE_REINPLACE= YES USE_ZIP= YES WXGTKDOCDIR= ${PREFIX}/share/doc/${PORTNAME}/html/ WRKSRC= ${WRKDIR}/wxWindows-${PORTVERSION}/docs/html/ +post-patch: + @${REINPLACE_CMD} -e 's|../pdf/wxTutorial.pdf|http://users.skynet.be/saw/download/wxWindows/wxTutorial.pdf|' ${WRKSRC}/index.htm + do-install: @${MKDIR} ${WXGTKDOCDIR} @${CP} -R ${WRKSRC}/* ${WXGTKDOCDIR} |