diff options
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/ |