diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-05-08 20:02:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-05-08 20:02:17 +0000 |
commit | ab28b4a77003f231fe2f252e32b25fb1b24bb81d (patch) | |
tree | 979dc0a7c6945bbcf79e105a98bc3bccf52f1f0d /www/midori/Makefile | |
parent | e0675a36f9f70c432e494fc290b6745d9e674e4c (diff) |
Notes
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index e255491bcca4..88df6b84ca38 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,8 +7,7 @@ # PORTNAME= midori -PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTVERSION= 0.4.5 CATEGORIES= www xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -87,8 +86,8 @@ post-install: .if defined(WITH_APIDOCS) ${MKDIR} ${DOCSDIR}/api/katze/html ${MKDIR} ${DOCSDIR}/api/midori/html - (cd ${WRKSRC}/_build_/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html) - (cd ${WRKSRC}/_build_/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html) + (cd ${WRKSRC}/_build/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html) + (cd ${WRKSRC}/_build/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html) .endif .include <bsd.port.post.mk> |