From 0f92b82e167111675f3aa217722110fa613fe299 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 11 Aug 2005 14:34:38 +0000 Subject: Whitespace. --- devel/flim/Makefile | 13 +++++++------ editors/jde/Makefile | 30 +++++++++++++++--------------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/devel/flim/Makefile b/devel/flim/Makefile index be920909196..c23a551ccfa 100644 --- a/devel/flim/Makefile +++ b/devel/flim/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/03/06 15:45:38 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/11 14:34:38 uebayasi Exp $ DISTNAME= flim-1.14.7 +PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} CATEGORIES= devel MASTER_SITES= ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/ @@ -14,14 +15,14 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 BUILD_DEPENDS+= qkc-*:../../converters/qkc .if ${EMACS_FLAVOR} == "emacs" -DEPENDS+= ${PKGNAME_PREFIX}apel>=9.22:../../devel/apel -BUILD_TARGET= elc +DEPENDS+= ${EMACS_PKGNAME_PREFIX}apel>=9.22:../../devel/apel +BUILD_TARGET= elc INSTALL_TARGET= install -.else # ${EMACS_FLAVOR} == "xemacs" +.else # ${EMACS_FLAVOR} == "xemacs" DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages -BUILD_TARGET= package +BUILD_TARGET= package INSTALL_TARGET= install-package -MAKEFLAGS+= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||} +MAKEFLAGS+= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||} .endif USE_MAKEINFO= YES diff --git a/editors/jde/Makefile b/editors/jde/Makefile index 42f4c6d2020..07b848f0895 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.14 2005/08/11 14:36:53 uebayasi Exp $ # -DISTNAME= jde-2.3.2 -CATEGORIES= devel editors java +DISTNAME= jde-2.3.2 +CATEGORIES= devel editors java MASTER_SITES= ${MASTER_SITE_LOCAL} # The "real" site has silly naming conventions: -#MASTER_SITES= http://jdee.sunsite.dk/ +#MASTER_SITES= http://jdee.sunsite.dk/ -MAINTAINER= cjones@NetBSD.org -HOMEPAGE= http://jdee.sunsite.dk/ -COMMENT= Full-featured Java editing mode for emacs +MAINTAINER= cjones@NetBSD.org +HOMEPAGE= http://jdee.sunsite.dk/ +COMMENT= Full-featured Java editing mode for emacs -DEPENDS+= speedbar>=0.14rc2:../../editors/speedbar -DEPENDS+= eieio>=0.17:../../lang/eieio -DEPENDS+= semantic>=1.4rc13:../../devel/semantic -DEPENDS+= elib>=1.0:../../devel/elib +DEPENDS+= speedbar>=0.14rc2:../../editors/speedbar +DEPENDS+= eieio>=0.17:../../lang/eieio +DEPENDS+= semantic>=1.4rc13:../../devel/semantic +DEPENDS+= elib>=1.0:../../devel/elib -WRKSRC= ${WRKDIR}/${DISTNAME}/lisp +WRKSRC= ${WRKDIR}/${DISTNAME}/lisp .include "../../mk/emacs.mk" @@ -25,12 +25,12 @@ EMACS_VERSIONS_ACCEPTED=emacs21 # XXX Won't compile with emacs20... PKG_JVM= sun-jdk14 -BUILD_ENV+= EMACS=${EMACS} +BUILD_ENV+= EMACS=${EMACS} MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX} -NO_CONFIGURE= # set +NO_CONFIGURE= # set -MAKEFILE= makefile +MAKEFILE= makefile post-extract: @${RMDIR} ${WRKDIR}/${DISTNAME}/java/classes -- cgit v1.2.3