Fix PLIST on non-ix86 platforms. Bump PKGREVISION.
This commit is contained in:
parent
3e11e03305
commit
e12e50ee10
2 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.30 2006/07/22 05:10:54 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2006/07/28 01:50:58 minskim Exp $
|
||||
|
||||
DISTNAME= gnustep-make-1.12.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel gnustep
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
||||
|
||||
|
@ -21,6 +22,13 @@ CONF_FILES+= ${PREFIX}/share/examples/GNUstep/GNUstep.conf \
|
|||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "gnustep.mk"
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
GNUSTEP_ARCH= ix86
|
||||
.else
|
||||
GNUSTEP_ARCH= ${MACHINE_ARCH}
|
||||
.endif
|
||||
PLIST_SUBST+= GNUSTEP_ARCH=${GNUSTEP_ARCH}
|
||||
|
||||
SUBST_CLASSES+= target
|
||||
SUBST_STAGE.target= post-patch
|
||||
SUBST_FILES.target= target.make
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2006/03/03 07:24:10 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2006/07/28 01:50:58 minskim Exp $
|
||||
share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh
|
||||
share/GNUstep/System/Library/Makefiles/GNUstep.csh
|
||||
share/GNUstep/System/Library/Makefiles/GNUstep.sh
|
||||
|
@ -129,8 +129,8 @@ share/examples/GNUstep/GNUstep.conf
|
|||
@dirrm share/GNUstep/System/Library/Services
|
||||
@exec ${MKDIR} %D/share/GNUstep/System/Library/PostScript
|
||||
@dirrm share/GNUstep/System/Library/PostScript
|
||||
@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/ix86
|
||||
@dirrm share/GNUstep/System/Library/Makefiles/ix86
|
||||
@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/${GNUSTEP_ARCH}
|
||||
@dirrm share/GNUstep/System/Library/Makefiles/${GNUSTEP_ARCH}
|
||||
@dirrm share/GNUstep/System/Library/Makefiles/Master
|
||||
@dirrm share/GNUstep/System/Library/Makefiles/Instance/Shared
|
||||
@dirrm share/GNUstep/System/Library/Makefiles/Instance/Documentation
|
||||
|
|
Loading…
Reference in a new issue