diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /java/jre | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'java/jre')
-rw-r--r-- | java/jre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jre/Makefile b/java/jre/Makefile index 4c9df8a3ffe7..2926fe83c5b5 100644 --- a/java/jre/Makefile +++ b/java/jre/Makefile @@ -42,7 +42,7 @@ STRIPFILES= bin/i386/green_threads/jre \ .if ${PORTOBJFORMAT} == "aout" DISTFILES= jre${JRE_VERSION}i_AOUT.V1999-11-9.tar.gz .else -DISTFILES= jre${JRE_VERSION}i_ELF.V1999-11-9.tar.gz +DISTFILES= jre${JRE_VERSION}i_ELF.V1999-11-9.tar.gz .endif pre-extract: |