diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-28 01:50:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-28 01:50:58 +0000 |
commit | 2e498dad379f45ea68fd9d284726702f1d648ebc (patch) | |
tree | fb2c3701b0450f09a1b513bcaa2e6a7e7958d238 /devel/gnustep-make/PLIST | |
parent | 20b9af885631314163fb781a80d4c8defcf0bc6c (diff) | |
download | pkgsrc-2e498dad379f45ea68fd9d284726702f1d648ebc.tar.gz |
Fix PLIST on non-ix86 platforms. Bump PKGREVISION.
Diffstat (limited to 'devel/gnustep-make/PLIST')
-rw-r--r-- | devel/gnustep-make/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index eb6a42d9fa6..1f659050668 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -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 |