diff options
author | obache <obache@pkgsrc.org> | 2009-12-28 09:17:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-28 09:17:44 +0000 |
commit | 10624b21bbf8d693eb29a8586ecb6719dc05b7d8 (patch) | |
tree | 712a0518f584bd7879832da7a6d368ccb384700a /devel | |
parent | aa408cf291ebdcdea8c4ccccba6b6388b3145d43 (diff) | |
download | pkgsrc-10624b21bbf8d693eb29a8586ecb6719dc05b7d8.tar.gz |
replace ${MACHINE_ARCH}/${LOWER_OPSYS} with ${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}
in PLIST.
When last update, PLIST was probably regenerated with `make print-PLIST',
and such specal VARs was replaced (for some platforms equal, but not for all).
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libFoundation/Makefile | 3 | ||||
-rw-r--r-- | devel/libFoundation/PLIST | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/libFoundation/Makefile b/devel/libFoundation/Makefile index a31f243b2a8..336bff45313 100644 --- a/devel/libFoundation/Makefile +++ b/devel/libFoundation/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2009/05/19 08:59:10 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2009/12/28 09:17:44 obache Exp $ # DISTNAME= libFoundation-1.1.7-r168 PKGNAME= ${DISTNAME:S/-r/./} +PKGREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://download.opengroupware.org/nightly/sources/releases/ diff --git a/devel/libFoundation/PLIST b/devel/libFoundation/PLIST index 6a5c1bad7ab..dc953d638ec 100644 --- a/devel/libFoundation/PLIST +++ b/devel/libFoundation/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:48:13 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/12/28 09:17:44 obache Exp $ include/libFoundation/Foundation/Foundation.h include/libFoundation/Foundation/NSAccount.h include/libFoundation/Foundation/NSAllocDebugZone.h @@ -111,8 +111,8 @@ include/libFoundation/extensions/exceptions/GeneralExceptions.h include/libFoundation/extensions/exceptions/NSCoderExceptions.h include/libFoundation/extensions/objc-runtime.h include/libFoundation/extensions/support.h -include/libFoundation/${MACHINE_ARCH}/${LOWER_OPSYS}/GNU/lfmemory.h -include/libFoundation/${MACHINE_ARCH}/${LOWER_OPSYS}/GNU/real_exception_file.h +include/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/lfmemory.h +include/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/real_exception_file.h lib/GNUstep/Libraries/${PKGNAME}/Resources/libFoundation/CharacterSets/alphanumericCharacterSet.bitmap lib/GNUstep/Libraries/${PKGNAME}/Resources/libFoundation/CharacterSets/controlCharacterSet.bitmap lib/GNUstep/Libraries/${PKGNAME}/Resources/libFoundation/CharacterSets/decimalDigitCharacterSet.bitmap |