diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-26 08:02:31 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-26 08:02:31 +0000 |
commit | 070a88502bb820e11f70acbf87b3a6394cdb085b (patch) | |
tree | e466bcd4156e516a20091402dbcfeef4a6783fe7 | |
parent | Update MASTER_SITES. (diff) |
Revert part of last commit. It looks like some docs were wrong.
-rw-r--r-- | editors/openoffice-1.0/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index acb0ee2fea70..91a4fae39428 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -119,12 +119,12 @@ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) CFLAGS+= -g .if ${WITH_DEBUG} == 2 -BUILD= build debug="true" +BUILD= dmake debug="true" .else -BUILD= build +BUILD= dmake .endif .else -BUILD= build strip="true" +BUILD= dmake strip="true" .endif .if !defined(DISPLAY) diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index acb0ee2fea70..91a4fae39428 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -119,12 +119,12 @@ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) CFLAGS+= -g .if ${WITH_DEBUG} == 2 -BUILD= build debug="true" +BUILD= dmake debug="true" .else -BUILD= build +BUILD= dmake .endif .else -BUILD= build strip="true" +BUILD= dmake strip="true" .endif .if !defined(DISPLAY) diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index acb0ee2fea70..91a4fae39428 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -119,12 +119,12 @@ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) CFLAGS+= -g .if ${WITH_DEBUG} == 2 -BUILD= build debug="true" +BUILD= dmake debug="true" .else -BUILD= build +BUILD= dmake .endif .else -BUILD= build strip="true" +BUILD= dmake strip="true" .endif .if !defined(DISPLAY) |