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 /devel/gnustep-make/Makefile | |
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
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r-- | devel/gnustep-make/Makefile | 10 |
1 files changed, 8 insertions, 2 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" |