diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-10 19:12:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-10 19:12:51 +0000 |
commit | abe3f1a57ac700a02e1f79cbe9c5edff297b10ff (patch) | |
tree | fb99d79d7dc65645e63ec3362715d751d8576fa2 /lang | |
parent | 339c0406cbc74a0ee44d2fa47c8debd5425494af (diff) | |
download | pkgsrc-abe3f1a57ac700a02e1f79cbe9c5edff297b10ff.tar.gz |
Whitespace
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ezm3/Makefile | 4 | ||||
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index d2b6cdd46b3..bafa87ecf6c 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/06 20:09:20 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/10 19:12:51 cjep Exp $ DISTNAME= ezm3-1.1 CATEGORIES= lang @@ -21,7 +21,7 @@ PLIST_SUBST+= WORDSIZE=${WORDSIZE} # XXX process will fail. .include "../../mk/bsd.prefs.mk" -CFLAGS:= +CFLAGS:= EZM3ROOT= ${PREFIX}/ezm3 ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index b4440be485e..d232033c293 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2004/01/02 16:56:01 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.18 2004/01/10 19:12:51 cjep Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -7,7 +7,7 @@ EXTRACT_SUFX= .bin MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://java.sun.com/ DOWNLOAD= http://java.sun.com/j2se/1.3/download.html -ARCHIVE= http://java.sun.com/products/archive/index.html +ARCHIVE= http://java.sun.com/products/archive/index.html EXTRACT_CMD= ${ECHO} yes | ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} >/dev/null |