summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortnn <tnn>2016-03-16 23:16:26 +0000
committertnn <tnn>2016-03-16 23:16:26 +0000
commit11c997f54ac34cdb84d19836731197c22f642818 (patch)
tree9433afe8a5edc558639bf85a7fbd6cf038ee3a74 /archivers
parent79d50262d43580da29c06150f73b777d60765d0e (diff)
downloadpkgsrc-11c997f54ac34cdb84d19836731197c22f642818.tar.gz
MAKEFLAGS -> MAKE_FLAGS
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unrar/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile.common b/archivers/unrar/Makefile.common
index 8bb938148cf..bccdbedc448 100644
--- a/archivers/unrar/Makefile.common
+++ b/archivers/unrar/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2015/11/07 10:10:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2016/03/16 23:16:26 tnn Exp $
#
# used by archivers/libunrar/Makefile
# used by archivers/unrar/Makefile
@@ -24,7 +24,7 @@ USE_LANGUAGES= c++
USE_TOOLS+= gmake
MAKE_FILE= makefile
-MAKEFLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
+MAKE_FLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
# usually set in Makefile, but overridden by line above
LDFLAGS+= -pthread
CXXFLAGS+= -fPIC