aboutsummaryrefslogtreecommitdiff
path: root/www/tdiary/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2014-01-01 05:16:00 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2014-01-01 05:16:00 +0000
commitac6554b693ad9d01b945319cf682f88a65e30f52 (patch)
treef49f66dc601ee29c6d9f1d8d8647a9969c66f7ef /www/tdiary/Makefile
parentbd6023ba39dde7a1f575bea4cdbde723c8f07ec5 (diff)
downloadports-ac6554b693ad9d01b945319cf682f88a65e30f52.tar.gz
ports-ac6554b693ad9d01b945319cf682f88a65e30f52.zip
- Update to 4.0.2
Notes
Notes: svn path=/head/; revision=338359
Diffstat (limited to 'www/tdiary/Makefile')
-rw-r--r--www/tdiary/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile
index b6d7d165b0c8..d2ff1b748fdb 100644
--- a/www/tdiary/Makefile
+++ b/www/tdiary/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tdiary
-PORTVERSION= 4.0.1
+PORTVERSION= 4.0.2
CATEGORIES?= www ruby
MASTER_SITES= http://www.tdiary.org/download/
DISTNAME= ${PORTNAME}-full-v${PORTVERSION}
@@ -110,8 +110,8 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-x-generate-plist:
- ${FIND} ${WWWDIR} -type f -o -type l | ${SORT} | ${SED} -e 's,${WWWDIR},%%WWWDIR%%,g' > pkg-plist.new
- ${FIND} ${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${WWWDIR},@dirrm %%WWWDIR%%,g' >> pkg-plist.new
+x-generate-plist: stage
+ ${FIND} ${STAGEDIR}${WWWDIR} -type f -o -type l | ${SORT} | ${SED} -e 's,${STAGEDIR}${WWWDIR},%%WWWDIR%%,g' > pkg-plist.new
+ ${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR},@dirrm %%WWWDIR%%,g' >> pkg-plist.new
.include <bsd.port.post.mk>