pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
star: 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:51:39 2018 +0100
Changeset: ff10fc223089bde12b655a9668a8d89d7b174017
Modified Files:
star/Makefile
Log Message:
star: 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=ff10fc223089bde12b655a9668a8d89d7b174017
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
star/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/star/Makefile b/star/Makefile
index e7f58d8333..8541f368c2 100644
--- a/star/Makefile
+++ b/star/Makefile
@@ -17,10 +17,12 @@ 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}
+.include "../../mk/bsd.prefs.mk"
+
# The default location is /etc/default/star
# We patch the documentation appropriately. Additionally, we also provide a
# MESSAGE stating the reasons we do this, as required by the license.
@@ -28,7 +30,7 @@ STAR_CONF?= ${PKG_SYSCONFDIR}/star
.if ${STAR_CONF} != "/etc/default/star"
MESSAGE_SRC+= MESSAGE.star
-MESSAGE_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV:Q}
+MESSAGE_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV}
MESSAGE_SUBST+= STAR_CONF=${STAR_CONF:Q}
.endif
@@ -43,8 +45,6 @@ SUBST_FILES.fix+= star/defaults.c
SUBST_SED.fix= -e "s,/etc/default/star,${STAR_CONF},g"
SUBST_MESSAGE.fix= Replace defaults file paths.
-.include "../../mk/bsd.prefs.mk"
-
# Shared platform specific code for schilytools (provided by smake package)
.include "../../wip/smake/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index