diff options
author | glewis <glewis@FreeBSD.org> | 2004-01-19 19:22:31 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-01-19 19:22:31 +0000 |
commit | d184b3e27628f91c47e8dc91e48b302a5a91a67b (patch) | |
tree | 1a339fa66bb7d08715a0b81327babfa32c51e59f /java | |
parent | fe974817002cd9067e4e4d44ea63ff74f742d0e8 (diff) | |
download | FreeBSD-ports-d184b3e27628f91c47e8dc91e48b302a5a91a67b.zip FreeBSD-ports-d184b3e27628f91c47e8dc91e48b302a5a91a67b.tar.gz |
. Convert spaces to tabs.
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk13/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 2e75b0f..7807021 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -84,28 +84,28 @@ PLIST_SUB+= DEBUG:="" .endif .if defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT) -PLIST_SUB+= NATIVE:="" -MAKE_ARGS+= HPIS="green native" -USE_REINPLACE= yes +PLIST_SUB+= NATIVE:="" +MAKE_ARGS+= HPIS="green native" +USE_REINPLACE= yes .else -PLIST_SUB+= NATIVE:="@comment " +PLIST_SUB+= NATIVE:="@comment " .endif .if defined(WITHOUT_PLUGIN) -PLIST_SUB+= PLUGIN:="@comment " +PLIST_SUB+= PLUGIN:="@comment " .else -PLIST_SUB+= PLUGIN:="" +PLIST_SUB+= PLUGIN:="" .endif .if defined(WITH_HOTSPOT) -PLIST_SUB+= HOTSPOT:="" +PLIST_SUB+= HOTSPOT:="" .if defined(NODEBUG) HOTSPOT_TARGETS=product1 product .else HOTSPOT_TARGETS=compiler1 compiler2 .endif .else -PLIST_SUB+= HOTSPOT:="@comment " +PLIST_SUB+= HOTSPOT:="@comment " .endif .include <bsd.port.pre.mk> |