Index: head/games/xcheckers/Makefile =================================================================== --- head/games/xcheckers/Makefile (revision 130518) +++ head/games/xcheckers/Makefile (revision 130519) @@ -1,29 +1,29 @@ # New ports collection makefile for: xcheckers # Date created: 25 January 2003 # Whom: Simon Barner # # $FreeBSD$ # PORTNAME= xcheckers -PORTVERSION= 2.2 +PORTVERSION= 2.2.3 CATEGORIES= games MASTER_SITES= http://arton.cunst.net/xcheckers/ MAINTAINER= barner@FreeBSD.org COMMENT= A checkers game for X11 USE_IMAKE= yes USE_REINPLACE= yes MAN6= xcheckers.6 simplech.6 # included by both imake and sh post-patch: @${REINPLACE_CMD} '/^#/d' ${WRKSRC}/Local.config pre-install: @${REINPLACE_CMD} 's:@X11BASE@:${X11BASE}:g' \ ${WRKSRC}/xcheckers.src/xcheckers.man .include Property changes on: head/games/xcheckers/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/xcheckers/distinfo =================================================================== --- head/games/xcheckers/distinfo (revision 130518) +++ head/games/xcheckers/distinfo (revision 130519) @@ -1,2 +1,2 @@ -MD5 (xcheckers-2.2.tar.gz) = 256b0630c53d2d64b57fdd393d3a18f0 -SIZE (xcheckers-2.2.tar.gz) = 42428 +MD5 (xcheckers-2.2.3.tar.gz) = 96e990435257cf5d63bc16478afa3977 +SIZE (xcheckers-2.2.3.tar.gz) = 42612 Property changes on: head/games/xcheckers/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/xcheckers/pkg-plist =================================================================== --- head/games/xcheckers/pkg-plist (revision 130518) +++ head/games/xcheckers/pkg-plist (revision 130519) @@ -1,8 +1,8 @@ @comment $FreeBSD$ bin/simplech bin/xcheckers -share/xcheckers/big.xpm -share/xcheckers/scene.xpm -share/xcheckers/stars.xpm +%%DATADIR%%/big.xpm +%%DATADIR%%/scene.xpm +%%DATADIR%%/stars.xpm lib/X11/app-defaults/XCheckers -@dirrm share/xcheckers +@dirrm %%DATADIR%% Property changes on: head/games/xcheckers/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property