diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-29 14:07:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-29 14:07:30 +0000 |
commit | 1b99ab04e515b3f2655b8b48b7884ae12cc4bafa (patch) | |
tree | 967045d25c6c724d288c16935064b1bd26bc990d /lang/sun-jre13 | |
parent | 561201e58b6fc0fe461b36944325fbe3fd52135b (diff) | |
download | pkgsrc-1b99ab04e515b3f2655b8b48b7884ae12cc4bafa.tar.gz |
Remove empty line.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index a20c60c3b61..3994b0d5b41 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/07/27 21:54:31 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2002/08/29 14:07:30 wiz Exp $ # MASTER_SITES is very special, and must end in "=": DISTNAME= j2re-1_3_1_02-linux-i386 @@ -14,5 +14,4 @@ NO_CONFIGURE= # defined post-patch: @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f - .include "../../lang/sun-jre13/Makefile.common" |