From b4f920543059af038598712771c3211999ef42a6 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- chat/zephyr-mode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat/zephyr-mode') diff --git a/chat/zephyr-mode/Makefile b/chat/zephyr-mode/Makefile index a1984a3a222..8fe99c83291 100644 --- a/chat/zephyr-mode/Makefile +++ b/chat/zephyr-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/08/28 04:25:28 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 20:49:54 rillig Exp $ # DISTNAME= zephyr-mode-2.5.20 @@ -10,7 +10,7 @@ MAINTAINER= sommerfeld@NetBSD.org HOMEPAGE= http://www-2.cs.cmu.edu/People/dkindred/zephyr-mode/zephyr.html COMMENT= CMU Emacs-based Zephyr client -DEPENDS= tzc>=2.6.15:../../chat/tzc +DEPENDS+= tzc>=2.6.15:../../chat/tzc NO_BUILD= yes -- cgit v1.2.3