pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libFoundation Make directory names in PLIST matc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/089365491476
branches:  trunk
changeset: 509905:089365491476
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Mar 18 00:54:28 2006 +0000

description:
Make directory names in PLIST match with those created by "make install".

diffstat:

 devel/libFoundation/Makefile |   7 ++++---
 devel/libFoundation/PLIST    |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r 3fcad7ff5822 -r 089365491476 devel/libFoundation/Makefile
--- a/devel/libFoundation/Makefile      Fri Mar 17 23:53:31 2006 +0000
+++ b/devel/libFoundation/Makefile      Sat Mar 18 00:54:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:16 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/18 00:54:28 minskim Exp $
 #
 
 DISTNAME=      libFoundation-1.0.72-r107
@@ -20,6 +20,7 @@
 MAKE_ENV+=     INSTALL_DATA=${INSTALL_DATA:Q}
 
 PLIST_SUBST+=  GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU:Q}
+PLIST_SUBST+=  LIBF_HOST_OS=${LIBF_HOST_OS}
 
 LIBF_HOST_OS=  ${GNUSTEP_HOST:C/.*-//}
 
@@ -32,10 +33,10 @@
 
 post-configure:
        -${MKDIR} ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}
-       [ -e ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} ] || \
+       [ -e ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS} ] || \
          ${LN} -s                                                      \
            ${WRKSRC}/Foundation/${LIBF_HOST_OS}        \
-           ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
+           ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}
 
 .include "../../devel/gnustep-objc-lf2/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff -r 3fcad7ff5822 -r 089365491476 devel/libFoundation/PLIST
--- a/devel/libFoundation/PLIST Fri Mar 17 23:53:31 2006 +0000
+++ b/devel/libFoundation/PLIST Sat Mar 18 00:54:28 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/24 02:48:06 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/03/18 00:54:28 minskim Exp $
 share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/alphanumericCharacterSet.bitmap
 share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/controlCharacterSet.bitmap
 share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/decimalDigitCharacterSet.bitmap
@@ -135,8 +135,8 @@
 share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Universal
 share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/W-SU
 share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/WET
-share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}/GNU/lfmemory.h
-share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}/GNU/real_exception_file.h
+share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/lfmemory.h
+share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/real_exception_file.h
 share/GNUstep/System/Library/Headers/libFoundation/Foundation/Foundation.h
 share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSAccount.h
 share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSAllocDebugZone.h
@@ -252,8 +252,8 @@
 @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Tools
 @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Makefiles/Additional
 @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries
-@dirrm share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}/GNU
-@dirrm share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}
+@dirrm share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU
+@dirrm share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}
 @dirrm share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}
 @dirrm share/GNUstep/System/Library/Headers/libFoundation/extensions/exceptions
 @dirrm share/GNUstep/System/Library/Headers/libFoundation/extensions



Home | Main Index | Thread Index | Old Index