mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- clean empty dirs
- fix build on amd64
This commit is contained in:
parent
9eabe23b22
commit
7409a38ddd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177816
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user