diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-24 22:06:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-24 22:06:43 +0800 |
commit | def12b2d82a8b05c529601f2963c04f543edfd8f (patch) | |
tree | 5344e5ad526fdd1df6ae3b0894a78ad408d3d42d /games | |
parent | 7e4f1763253cc9062a1fdcd980890ed5981a7bec (diff) | |
download | freebsd-ports-graphics-def12b2d82a8b05c529601f2963c04f543edfd8f.tar.gz freebsd-ports-graphics-def12b2d82a8b05c529601f2963c04f543edfd8f.tar.zst freebsd-ports-graphics-def12b2d82a8b05c529601f2963c04f543edfd8f.zip |
- Clarify LICENSE
- Strip binary
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/grubik/Makefile | 5 | ||||
-rw-r--r-- | games/grubik/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 9f394697406..f3b245104c4 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -10,7 +10,7 @@ DISTNAME= GRubik MAINTAINER= ports@FreeBSD.org COMMENT= Virtual 3D Rubiks cube for GNUstep -LICENSE= GPLv2 +LICENSE= GPLv2 # or later USES= tar:tgz tar:tgz USE_GNUSTEP= yes @@ -25,4 +25,7 @@ post-patch: ${REINPLACE_CMD} -e 's|^//|# //|' \ -e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik + .include <bsd.port.mk> diff --git a/games/grubik/pkg-plist b/games/grubik/pkg-plist index 4baefd1b1fd..6f9327e85a7 100644 --- a/games/grubik/pkg-plist +++ b/games/grubik/pkg-plist @@ -3,5 +3,3 @@ GNUstep/System/Applications/GRubik.app/Resources/GRubik.desktop GNUstep/System/Applications/GRubik.app/Resources/Info-gnustep.plist GNUstep/System/Applications/GRubik.app/stamp.make GNUstep/System/Tools/GRubik -@dirrm GNUstep/System/Applications/GRubik.app/Resources -@dirrm GNUstep/System/Applications/GRubik.app |