diff options
author | adam <adam@pkgsrc.org> | 2003-12-08 15:31:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-08 15:31:40 +0000 |
commit | cf264494c85824cab16670ba991d6b0bece94ad9 (patch) | |
tree | e9d7a986b32a24d721843d5251580264f25105ac | |
parent | b54024e19849f4787df2812bf0cbe07eeef5ddac (diff) | |
download | pkgsrc-cf264494c85824cab16670ba991d6b0bece94ad9.tar.gz |
Some empty directories are now created; --enable-flattened is the default for GNUstep, so removed from the main Makefile
-rw-r--r-- | devel/gnustep-make/Makefile | 10 | ||||
-rw-r--r-- | devel/gnustep-make/PLIST | 37 |
2 files changed, 44 insertions, 3 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 4d4d826d856..087e6226037 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/12/05 09:16:33 adam Exp $ +# $NetBSD: Makefile,v 1.11 2003/12/08 15:31:40 adam Exp $ # DISTNAME= gnustep-make-1.8.0 @@ -15,7 +15,6 @@ MAKEFILE= GNUmakefile GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep GNUSTEP_HOST_CPU= ${MACHINE_GNU_ARCH:S/i386/ix86/} -CONFIGURE_ARGS+= --enable-flattened CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_SCRIPT}" post-patch: @@ -24,4 +23,11 @@ post-patch: -e 's;@object_fmt@;${LOWER_OPSYS}-${OBJECT_FMT};g' \ ${WRKSRC}/target.make.bak > ${WRKSRC}/target.make +post-install: + ${INSTALL_PROGRAM_DIR} ${PREFIX}/share/GNUstep/Local/Applications + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Bundles + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Headers + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Libraries + .include "../../mk/bsd.pkg.mk" diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index 6b498fb34c1..70aa6e95265 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/05 09:16:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/12/08 15:31:40 adam Exp $ share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh share/GNUstep/System/Library/Makefiles/GNUstep.csh share/GNUstep/System/Library/Makefiles/GNUstep.sh @@ -114,6 +114,36 @@ share/GNUstep/System/Tools/debugapp share/GNUstep/System/Tools/openapp share/GNUstep/System/Tools/opentool share/GNUstep/System/share/config.site +@exec ${MKDIR} %D/share/GNUstep/Local/Applications +@exec ${MKDIR} %D/share/GNUstep/Local/Library/Bundles +@exec ${MKDIR} %D/share/GNUstep/Local/Library/Headers +@exec ${MKDIR} %D/share/GNUstep/Local/Library/Libraries +@exec ${MKDIR} %D/share/GNUstep/Network +@exec ${MKDIR} %D/share/GNUstep/System/Applications +@exec ${MKDIR} %D/share/GNUstep/System/Library/ApplicationSupport +@exec ${MKDIR} %D/share/GNUstep/System/Library/Bundles +@exec ${MKDIR} %D/share/GNUstep/System/Library/ColorPickers +@exec ${MKDIR} %D/share/GNUstep/System/Library/Colors +@exec ${MKDIR} %D/share/GNUstep/System/Library/DocTemplates +@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/Developer +@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/User +@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/info +@exec ${MKDIR} %D/share/GNUstep/System/Library/Documentation/man +@exec ${MKDIR} %D/share/GNUstep/System/Library/Fonts +@exec ${MKDIR} %D/share/GNUstep/System/Library/Frameworks +@exec ${MKDIR} %D/share/GNUstep/System/Library/Headers +@exec ${MKDIR} %D/share/GNUstep/System/Library/Images +@exec ${MKDIR} %D/share/GNUstep/System/Library/KeyBindings +@exec ${MKDIR} %D/share/GNUstep/System/Library/Libraries/Java +@exec ${MKDIR} %D/share/GNUstep/System/Library/Libraries/Resources +@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/Additional +@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/Auxiliary +@exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/ix86 +@exec ${MKDIR} %D/share/GNUstep/System/Library/PostScript +@exec ${MKDIR} %D/share/GNUstep/System/Library/Services +@exec ${MKDIR} %D/share/GNUstep/System/Library/Sounds +@exec ${MKDIR} %D/share/GNUstep/System/Tools/Java +@exec ${MKDIR} %D/share/GNUstep/System/Tools/Resources @dirrm share/GNUstep/System/share @dirrm share/GNUstep/System/Tools/Resources @dirrm share/GNUstep/System/Tools/Java @@ -151,5 +181,10 @@ share/GNUstep/System/share/config.site @dirrm share/GNUstep/System/Applications @dirrm share/GNUstep/System @dirrm share/GNUstep/Network +@dirrm share/GNUstep/Local/Library/Libraries +@dirrm share/GNUstep/Local/Library/Headers +@dirrm share/GNUstep/Local/Library/Bundles +@dirrm share/GNUstep/Local/Library +@dirrm share/GNUstep/Local/Applications @dirrm share/GNUstep/Local @dirrm share/GNUstep |