diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /misc/openoffice | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 0b494bcd398..a3e6d8bf303 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2005/06/01 18:03:05 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2005/06/17 03:50:22 jlam Exp $ DISTNAME= openoffice-1.1.4 PKGREVISION= 2 @@ -56,6 +56,8 @@ MESSAGE_SUBST+= OPENOFFICE_VERSION=${OPENOFFICE_VERSION} OPENOFFICE_VERSION= OpenOffice.org1.1.4 +INSTALLATION_DIRS= bin + post-extract: # bring the two files from GPC into place ${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/../external/gpc/ |