pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
moved MAKE_FLAGS before bsd.pkg.mk
Module Name: pkgsrc-wip
Committed By: Joe Davis <joe.davis512%gmail.com@localhost>
Pushed By: joed
Date: Mon Jun 13 22:20:39 2016 +0100
Changeset: 54e9f15334a71c23b63a3a2faa70a3bfe956012b
Modified Files:
dtc/Makefile
Log Message:
moved MAKE_FLAGS before bsd.pkg.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54e9f15334a71c23b63a3a2faa70a3bfe956012b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dtc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/dtc/Makefile b/dtc/Makefile
index 2b9d0bc..a441f6c 100644
--- a/dtc/Makefile
+++ b/dtc/Makefile
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS= gmake bison
-.include "../../mk/bsd.pkg.mk"
-
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= DESTDIR=${DESTDIR}
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index