Index: head/games/xbat/Makefile =================================================================== --- head/games/xbat/Makefile (revision 31984) +++ head/games/xbat/Makefile (revision 31985) @@ -1,22 +1,29 @@ # New ports collection makefile for: xbat # Date created: 30 January 1997 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= xbat PORTVERSION= 1.11 CATEGORIES= games MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ DISTNAME= xev111 MAINTAINER= nakai@FreeBSD.org NO_CDROM= Possible copyright infringement USE_IMAKE= yes WRKSRC= ${WRKDIR}/Xev111 ALL_TARGET= xbat +post-install: + ${CHOWN} root:games ${PREFIX}/bin/xbat + ${CHMOD} 2755 ${PREFIX}/bin/xbat + ${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/ + ${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/* + ${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/ + .include Property changes on: head/games/xbat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property