svn commit: r345204 - head/japanese/xshodou

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 20 10:15:44 UTC 2014


Author: gahr
Date: Thu Feb 20 10:15:43 2014
New Revision: 345204
URL: http://svnweb.freebsd.org/changeset/ports/345204
QAT: https://qat.redports.org/buildarchive/r345204/

Log:
  - Convert to USES=tk
  - STAGE-clean
  - Remove article from COMMENT line

Modified:
  head/japanese/xshodou/Makefile
  head/japanese/xshodou/pkg-plist

Modified: head/japanese/xshodou/Makefile
==============================================================================
--- head/japanese/xshodou/Makefile	Thu Feb 20 10:15:04 2014	(r345203)
+++ head/japanese/xshodou/Makefile	Thu Feb 20 10:15:43 2014	(r345204)
@@ -8,19 +8,15 @@ CATEGORIES=	japanese tk
 MASTER_SITES=	http://kozos.jp/myfreesoft/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A Japanese shodou program for X based on Tcl/Tk
+COMMENT=	Japanese shodou program for X based on Tcl/Tk
 
-USE_TK_WRAPPER=	yes
+USES=		tk
 
-MANCOMPRESSED=	yes
-MAN1=		xshodou.1
-
-NO_STAGE=	yes
 post-patch:
-.for f in Makefile xshodou
 	@${REINPLACE_CMD} -e \
 		's|/usr/X11R6|${PREFIX}|g ; \
-		 s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${f}
-.endfor
+		 s|/usr/local/bin/wish|${WISH}|' ${WRKSRC}/xshodou
+	@${REINPLACE_CMD} -e \
+		's|/usr/X11R6|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/japanese/xshodou/pkg-plist
==============================================================================
--- head/japanese/xshodou/pkg-plist	Thu Feb 20 10:15:04 2014	(r345203)
+++ head/japanese/xshodou/pkg-plist	Thu Feb 20 10:15:43 2014	(r345204)
@@ -1,4 +1,5 @@
 bin/xshodou
+man/man1/xshodou.1.gz
 lib/X11/XShodou/xshodou-title.xbm
 lib/X11/XShodou/COPYRIGHT
 lib/X11/XShodou/README


More information about the svn-ports-all mailing list