- 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
2 changed files with 4 additions and 2 deletions
|
@ -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 a new issue