aboutsummaryrefslogtreecommitdiff
path: root/www/tdiary/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-09 02:48:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-09 02:48:11 +0000
commitbde98a7340772ad78b1e327fb5e110496d26229f (patch)
tree3daf3121ac83885be2fcbb2f11112df43e615ef6 /www/tdiary/Makefile
parent31c1c5d1a4b8b3ea17d6e105ade9b9263a70c335 (diff)
downloadports-bde98a7340772ad78b1e327fb5e110496d26229f.tar.gz
ports-bde98a7340772ad78b1e327fb5e110496d26229f.zip
Notes
Diffstat (limited to 'www/tdiary/Makefile')
-rw-r--r--www/tdiary/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile
index 13383966da2f..fa00ee3b640c 100644
--- a/www/tdiary/Makefile
+++ b/www/tdiary/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tdiary
PORTVERSION= 1.5.6
+PORTREVISION= 1
CATEGORIES?= www ruby
MASTER_SITES= \
${MASTER_SITE_SOURCEFORGE} \
@@ -70,6 +71,7 @@ do-install:
post-install:
@cd ${WRKSRC} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST}
@cd ${WRKSRC} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm ${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST}
- @${SED} -e "s,%%EXAMPLESDIR%%,${EXAMPLESDIR},g" ${PKGMESSAGE}
+ @${SED} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>