pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aha: pkglint -Wall -Call



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jan 12 22:36:21 2016 +0100
Changeset:	154ffcedf57538c084e893442ed8c2c54339e7b5

Modified Files:
	aha/Makefile

Log Message:
aha: pkglint -Wall -Call

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=154ffcedf57538c084e893442ed8c2c54339e7b5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aha/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/aha/Makefile b/aha/Makefile
index 4373d17..f05b4b5 100644
--- a/aha/Makefile
+++ b/aha/Makefile
@@ -10,8 +10,8 @@ COMMENT=	Ansi HTML Adapter
 # It's not specified what version of LGPL
 LICENSE=	mpl-1.1 OR gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
 
-MAKE_ENV+=	MANDIR=${PKGMANDIR:Q}
-MAKE_ENV+=	MANMODE=${MANMODE:Q}
-MAKE_ENV+=	BINMODE=${BINMODE:Q}
+MAKE_ENV+=	MANDIR=${PKGMANDIR}
+MAKE_ENV+=	MANMODE=${MANMODE}
+MAKE_ENV+=	BINMODE=${BINMODE}
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index