pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b290b0
)
inn: Define PKG_DESTDIR_SUPPORT before mk/bsd.prefs.mk is included
author
Michael Baeuerle
<michael.baeuerle@stz-e.de>
Fri, 6 Sep 2019 12:30:55 +0000
(14:30 +0200)
committer
Michael Baeuerle
<michael.baeuerle@stz-e.de>
Fri, 6 Sep 2019 12:30:55 +0000
(14:30 +0200)
The pkgsrc documentation (section 21.6.4.) says that this is required.
inn/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/inn/Makefile
b/inn/Makefile
index e88ec49c76d1bb59b0e89c235f76f64a7cf905ab..798d8947dd3ce9866ee2ce938b41576f4be69225 100644
(file)
--- a/
inn/Makefile
+++ b/
inn/Makefile
@@
-18,6
+18,8
@@
USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc
USE_LIBTOOL= yes
REPLACE_PERL+= tests/docs/pod.t
+PKG_DESTDIR_SUPPORT= destdir
+
.include "../../mk/bsd.prefs.mk"
.include "../../news/inn/Makefile.common"
@@
-156,9
+158,6
@@
CONF_FILES_PERMS+= ${EXAMPLEDIR}/filter/${file} ${INN_PATHBIN}/filter/${file} \
.endfor
RCD_SCRIPTS= innd
-
-PKG_DESTDIR_SUPPORT= destdir
-
TEST_TARGET= tests
pre-install: