diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:54:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:54:36 +0000 |
commit | 0251ee69def19ba6666d55cb83794e1bf385d557 (patch) | |
tree | d19aa28308f3c69a80c39a9aa8150e42773053fc /lang/sun-jre7 | |
parent | be836738f049daadae58ff02b426b4007d805514 (diff) | |
download | pkgsrc-0251ee69def19ba6666d55cb83794e1bf385d557.tar.gz |
remove unwanted a space.
Diffstat (limited to 'lang/sun-jre7')
-rw-r--r-- | lang/sun-jre7/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre7/Makefile.common b/lang/sun-jre7/Makefile.common index 9dd929f3627..9c39a6a0138 100644 --- a/lang/sun-jre7/Makefile.common +++ b/lang/sun-jre7/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2014/03/02 09:53:41 obache Exp $ +# $NetBSD: Makefile.common,v 1.5 2014/03/02 09:54:36 obache Exp $ # used by lang/sun-jre7/Makefile # used by lang/sun-jdk7/Makefile @@ -20,7 +20,7 @@ EMUL_PLATFORMS= linux-i386 linux-x86_64 solaris-i386 solaris-x86_64 USE_TOOLS+= pax -# JDK7 Update number +# JDK7 Update number UPDATE_NUMBER= 51 .include "../../mk/bsd.prefs.mk" |