diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-22 19:01:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-22 19:01:23 +0000 |
commit | 7409a38ddd2957ddef93f93d8037e5d1d7563057 (patch) | |
tree | 946b69b51e81a43cfbdf8cee937a55f71a1dc76b /games/grubik | |
parent | New version of the maildir patch to, "Fix a bug in the Courier driver (diff) |
- clean empty dirs
- fix build on amd64
Notes
Notes:
svn path=/head/; revision=177816
Diffstat (limited to 'games/grubik')
-rw-r--r-- | games/grubik/Makefile | 4 | ||||
-rw-r--r-- | games/grubik/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 2d74e3f6263b..7c18301bcbe0 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -24,4 +24,8 @@ USE_GNUSTEP_INSTALL= yes MAKEFILE= ALL_TARGET= +post-patch: + ${RMDIR} ${WRKSRC}/GRubik.app/ix86/linux-gnu + ${RMDIR} ${WRKSRC}/GRubik.app/ix86 + .include <bsd.port.mk> diff --git a/games/grubik/pkg-plist b/games/grubik/pkg-plist index 3559066c0daf..e8efa9a29f27 100644 --- a/games/grubik/pkg-plist +++ b/games/grubik/pkg-plist @@ -4,6 +4,4 @@ System/Applications/GRubik.app/Resources/Info-gnustep.plist System/Applications/GRubik.app/library_paths.openapp System/Applications/GRubik.app/stamp.make @dirrm System/Applications/GRubik.app/Resources -@dirrm System/Applications/GRubik.app/%%GNU_ARCH%%/linux-gnu -@dirrm System/Applications/GRubik.app/%%GNU_ARCH%% @dirrm System/Applications/GRubik.app |