From 472dafdd2e1560bc21a20b89efd58a911dc44409 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 --- mail/xmailbox/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/xmailbox') diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile index a6d66d39b3c..3f02ee2b005 100644 --- a/mail/xmailbox/Makefile +++ b/mail/xmailbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:28 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:36 rillig Exp $ # DISTNAME= xmailbox-2.5 @@ -11,8 +11,8 @@ COMMENT= Enhanced xbiff, with pixmap and sound support USE_IMAKE= YES -MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' -MAKE_ENV+= INSTALL_MAN='${INSTALL_MAN}' +MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} +MAKE_ENV+= INSTALL_MAN=${INSTALL_MAN:Q} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xmailbox -- cgit v1.2.3