aboutsummaryrefslogtreecommitdiff
path: root/japanese/xshodou/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-28 17:50:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-28 17:50:10 +0000
commitb79d551e9e7a7adabb1bcdc3e266d62510e8dca7 (patch)
tree2778b3f0e7046ced1e5971d8524b3928b653a3ff /japanese/xshodou/Makefile
parent3f1abae986e00798b91f9e9e5f146a97c2fb9e58 (diff)
downloadports-b79d551e9e7a7adabb1bcdc3e266d62510e8dca7.tar.gz
ports-b79d551e9e7a7adabb1bcdc3e266d62510e8dca7.zip
- Update MASTER_SITES and WWW: line
- Support USE_TK_WRAPPER PR: 164161 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=289966
Diffstat (limited to 'japanese/xshodou/Makefile')
-rw-r--r--japanese/xshodou/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/japanese/xshodou/Makefile b/japanese/xshodou/Makefile
index b836074bb455..a9d52f01bb63 100644
--- a/japanese/xshodou/Makefile
+++ b/japanese/xshodou/Makefile
@@ -7,24 +7,23 @@
PORTNAME= xshodou
PORTVERSION= 1.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese tk
-MASTER_SITES= http://www.saturn.dti.ne.jp/~hsakai/myfreesoft/
+MASTER_SITES= http://kozos.jp/myfreesoft/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Japanese shodou program for X based on Tcl/Tk
-USE_TK_RUN= 82+
+USE_TK_WRAPPER= yes
-MAN1= xshodou.1
MANCOMPRESSED= yes
+MAN1= xshodou.1
-USE_XORG= x11
-
-.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${PREFIX}|g' \
- -e 's|/usr/local/bin/wish|${WISH}|g' \
- ${WRKSRC}/Makefile ${WRKSRC}/xshodou
+.for f in Makefile xshodou
+ @${REINPLACE_CMD} -e \
+ 's|/usr/X11R6|${PREFIX}|g ; \
+ s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${f}
+.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>