diff options
author | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
commit | 998b0c7156c398a485c9894ae57403d161b66dca (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /misc/openoffice-linux | |
parent | 589cabc7dea50acb511116250b8e586dcd851c0f (diff) | |
download | pkgsrc-998b0c7156c398a485c9894ae57403d161b66dca.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'misc/openoffice-linux')
-rw-r--r-- | misc/openoffice-linux/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index 33bf9ccde1d..af08e607946 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/10/01 10:37:33 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/12/03 15:15:04 wiz Exp $ DISTNAME= OOo_1.1.2_LinuxIntel_install PKGNAME= openoffice-linux-1.1.2 @@ -38,9 +38,9 @@ pre-install: ${SED} -e "s|/usr/bin/soffice|${PREFIX}/bin/soffice.orig|g" \ -e "s|not(existsFile(searchdir, searchfile))|true|g" \ <${WRKSRC}/setup.ins.orig >${WRKSRC}/setup.ins -. if ${OPSYS}=="NetBSD" && !exists(/emul/linux/etc/mtab) - ${CP} /dev/null /emul/linux/etc/mtab -. endif +#. if ${OPSYS}=="NetBSD" && !exists(/emul/linux/etc/mtab) +# ${CP} /dev/null /emul/linux/etc/mtab +#. endif do-install: ${INSTALL_DATA_DIR} ${PREFIX}/OpenOffice.org1.1.2/program |