pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
smake: remove some unnecessary quoting.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sat Nov 10 20:47:32 2018 +0100
Changeset: 6397239ea8775f50e7c460c34f3a14fcd5986dd6
Modified Files:
smake/Makefile
Log Message:
smake: remove some unnecessary quoting.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6397239ea8775f50e7c460c34f3a14fcd5986dd6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
smake/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/smake/Makefile b/smake/Makefile
index e9c40d9d8b..512d9f1a80 100644
--- a/smake/Makefile
+++ b/smake/Makefile
@@ -15,7 +15,7 @@ MAKE_JOBS_SAFE= no
MAKE_FLAGS+= GMAKE_NOWARN=true
USE_TOOLS+= gmake
-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}
Home |
Main Index |
Thread Index |
Old Index