diff options
author | lukem <lukem> | 2003-02-27 23:26:11 +0000 |
---|---|---|
committer | lukem <lukem> | 2003-02-27 23:26:11 +0000 |
commit | 91a94a4d55f41c4f613ba3dc5823c97020a69821 (patch) | |
tree | 101e8fdced6ff193a38b520c56f6e13373b17c67 /misc | |
parent | a35387740c07ef460bb6b5445c38c495259c2756 (diff) | |
download | pkgsrc-91a94a4d55f41c4f613ba3dc5823c97020a69821.tar.gz |
Use ${PATCH} with ${PATCH_ARGS}, so that the install procedure doesn't
get confused by $VERSION_CONTROL=t in my environment.
(This problem happens *all the time* when people add ${PATCH} to pkg
makefiles; maybe there should be a big "NOTE HERE" in the pkg documentation
about this...)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index 469c9da9f77..7af8c0a80fa 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/02/27 22:04:08 mrauch Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/27 23:26:11 lukem Exp $ DISTNAME= OOo_1.0.2_LinuxIntel_install PKGNAME= openoffice-linux-1.0.2 @@ -62,7 +62,7 @@ do-install: ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" \ < ${FILESDIR}/soffice > ${PREFIX}/bin/soffice ${CHMOD} +x ${PREFIX}/bin/soffice - ${PATCH} -t -s ${PREFIX}/OpenOffice.org1.0.2/program/soffice \ + ${PATCH} ${PATCH_ARGS} ${PREFIX}/OpenOffice.org1.0.2/program/soffice \ < ${FILESDIR}/soffice.test.patch # everything specific to your OS/Arch goes into it's own Makefile |