diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-04 07:22:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-04 07:22:46 +0800 |
commit | 83ab9ca265463ae6b83697c9a434ca7fe8208ed9 (patch) | |
tree | c66bb9a1f5e4c210f32bb9c001dd643b5b4bd7bf /games | |
parent | 73f0e9121c0058a374bd569a2f7533719de9cb70 (diff) | |
download | freebsd-ports-gnome-83ab9ca265463ae6b83697c9a434ca7fe8208ed9.tar.gz freebsd-ports-gnome-83ab9ca265463ae6b83697c9a434ca7fe8208ed9.tar.zst freebsd-ports-gnome-83ab9ca265463ae6b83697c9a434ca7fe8208ed9.zip |
- Change binary permissions to expectable 2555 (drop useless sticky bit)
- Assign to games@
Discussed with: adamw@
Diffstat (limited to 'games')
-rw-r--r-- | games/xrot/Makefile | 4 | ||||
-rw-r--r-- | games/xrot/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index 7ecf5380aeb7..4079d4d07f5b 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -3,7 +3,7 @@ PORTNAME= xrot PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ @@ -13,7 +13,7 @@ MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Falling ball puzzle game for X WRKSRC= ${WRKDIR}/xrot diff --git a/games/xrot/pkg-plist b/games/xrot/pkg-plist index cf377bfdd67f..8870d5f070c7 100644 --- a/games/xrot/pkg-plist +++ b/games/xrot/pkg-plist @@ -1,2 +1,2 @@ -@(root,games,3755) bin/xrot +@(root,games,2555) bin/xrot @sample(root,games,664) /var/games/xrot.scores.sample |