diff options
author | wiz <wiz> | 2002-08-29 14:07:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-29 14:07:30 +0000 |
commit | 2310ca783947fa1cdc1c204781024df055b043d6 (patch) | |
tree | 967045d25c6c724d288c16935064b1bd26bc990d /lang | |
parent | 5cfe68f929589d70bc0188aa297f033f6237616b (diff) | |
download | pkgsrc-2310ca783947fa1cdc1c204781024df055b043d6.tar.gz |
Remove empty line.
Diffstat (limited to 'lang')
-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" |