diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-23 03:01:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-23 03:01:23 +0800 |
commit | 1f48511a968a10c7ff745fd82c2e1cc294eb36f1 (patch) | |
tree | 81e861ccbc4af53220c8cf0ba02c110cfec25d74 /games/grubik | |
parent | bcb69b211c93379132b6f216af2a474e3a760810 (diff) | |
download | freebsd-ports-gnome-1f48511a968a10c7ff745fd82c2e1cc294eb36f1.tar.gz freebsd-ports-gnome-1f48511a968a10c7ff745fd82c2e1cc294eb36f1.tar.zst freebsd-ports-gnome-1f48511a968a10c7ff745fd82c2e1cc294eb36f1.zip |
- clean empty dirs
- fix build on amd64
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 |