aboutsummaryrefslogtreecommitdiff
path: root/www/august
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-19 02:02:20 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-19 02:02:20 +0000
commit7b8f714a9f7795933d16de3271c96571c5963c2f (patch)
tree7e578cb8a027a7a2b82e7c8089b6371525530d35 /www/august
parent0cb395a013091db15272673347e7ee0e97e2919b (diff)
downloadports-7b8f714a9f7795933d16de3271c96571c5963c2f.tar.gz
ports-7b8f714a9f7795933d16de3271c96571c5963c2f.zip
Notes
Diffstat (limited to 'www/august')
-rw-r--r--www/august/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/august/Makefile b/www/august/Makefile
index 52f6e6d2dac5..9ec139797629 100644
--- a/www/august/Makefile
+++ b/www/august/Makefile
@@ -9,6 +9,7 @@
PORTNAME= august
PORTVERSION= 0.63b
+PORTREVISION= 1
CATEGORIES= www editors
MASTER_SITES= http://www.bostream.nu/johanb/august/ \
http://www.lls.se/~johanb/august/
@@ -19,14 +20,15 @@ COMMENT= HTML editor for the experienced Web author
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint \
identify:${PORTSDIR}/graphics/ImageMagick \
- wish8.3:${PORTSDIR}/x11-toolkits/tk83
+ wish8.4:${PORTSDIR}/x11-toolkits/tk84
NO_BUILD= yes
PLIST= ${WRKDIR}/pkg-plist
do-patch:
- ${PERL} -pi -e "s:/usr/bin/wish:${PREFIX}/bin/wish8.3:g" \
- ${WRKSRC}/august
+ ${MV} ${WRKSRC}/august ${WRKSRC}/august.orig
+ ${SED} -e "s:/usr/bin/wish:${PREFIX}/bin/wish8.4:g" \
+ < ${WRKSRC}/august.orig > ${WRKSRC}/august
pre-install:
${ECHO_CMD} bin/august > ${PLIST}