pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

inn: Define PKG_DESTDIR_SUPPORT before mk/bsd.prefs.mk is included



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Sep 6 14:30:55 2019 +0200
Changeset:	f83fda63ca1eb03b598be9e6ec55a267f1645b88

Modified Files:
	inn/Makefile

Log Message:
inn: Define PKG_DESTDIR_SUPPORT before mk/bsd.prefs.mk is included

The pkgsrc documentation (section 21.6.4.) says that this is required.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f83fda63ca1eb03b598be9e6ec55a267f1645b88

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 inn/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/inn/Makefile b/inn/Makefile
index e88ec49c76..798d8947dd 100644
--- 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:


Home | Main Index | Thread Index | Old Index