pkgsrc-WIP-changes archive

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

pbosh: fix PKG_SHELL and do some pkglint -Wall cleanups



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Nov 10 20:58:50 2018 +0100
Changeset:	c39b2b2caf859b90e9fb3142f0bef6ad6dd549d2

Modified Files:
	pbosh/Makefile

Log Message:
pbosh: fix PKG_SHELL and do some pkglint -Wall cleanups

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

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

diffstat:
 pbosh/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/pbosh/Makefile b/pbosh/Makefile
index 53c8e025dd..e69c82a461 100644
--- a/pbosh/Makefile
+++ b/pbosh/Makefile
@@ -16,11 +16,11 @@ MAKE_JOBS_SAFE=	no
 USE_TOOLS+=	tbl
 TOOL_DEPENDS+=	smake-[0-9]*:../../wip/smake
 SMAKE=		MAKEFLAGS= smake
-MAKE_FLAGS+=	DESTDIR=${DESTDIR:Q} INS_BASE=${PREFIX:Q} DEFMANBASE=. MANDIR=${PKGMANDIR:Q}
+MAKE_FLAGS+=	DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
 # Honor CPPFLAGS, CFLAGS and LDFLAGS
 MAKE_FLAGS+=	CPPOPTX=${CPPFLAGS:Q} COPTX=${CFLAGS:Q} LDOPTX=${LDFLAGS:Q}
 
-PKG_SHELL=	bin/bosh
+PKG_SHELL=		bin/pbosh
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index