Index: branches/2016Q1/news/newsx/files/patch-src_Makefile.in =================================================================== --- branches/2016Q1/news/newsx/files/patch-src_Makefile.in (nonexistent) +++ branches/2016Q1/news/newsx/files/patch-src_Makefile.in (revision 405134) @@ -0,0 +1,21 @@ +--- src/Makefile.in.orig 2003-05-18 17:26:44 UTC ++++ src/Makefile.in +@@ -533,7 +533,7 @@ crc.h: mkcrc.c + + # Prepare a place for newsx in the news spool: + install-exec-local: +- if test ! -d ${INHOSTS} ; then \ ++ if test ! -d ${DESTDIR}${INHOSTS} ; then \ + if test -d ${SPOOL}/in.hosts ; then \ + echo The default location has changed, so we move ;\ + echo the directory ${SPOOL}/in.hosts to ${INHOSTS} ;\ +@@ -541,8 +541,7 @@ install-exec-local: + else \ + echo Creating directory ${INHOSTS} ;\ + umask @INN_NEWSUMASK@ ;\ +- mkdir ${INHOSTS} ;\ +- chown ${NEWSUSER} ${INHOSTS} ;\ ++ mkdir -p ${DESTDIR}${INHOSTS} ;\ + fi ;\ + fi + # Tell versions [3.59,3.63) of GNU make to not export all variables. Property changes on: branches/2016Q1/news/newsx/files/patch-src_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2016Q1 =================================================================== --- branches/2016Q1 (revision 405133) +++ branches/2016Q1 (revision 405134) Property changes on: branches/2016Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r405133