Index: Makefile =================================================================== --- Makefile (revision 548692) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mydns-ng PORTVERSION= 1.2.8.31 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns databases MASTER_SITES= SF/${PORTNAME}/mydns/${PORTVERSION} DISTNAME= mydns-${PORTVERSION} @@ -54,12 +54,12 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib .for f in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor - @${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${STAGEDIR}${DOCSDIR}/contrib/ - @${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DOCSDIR}/contrib/ - @${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${STAGEDIR}${DOCSDIR}/contrib/ - @${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib/ + ${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${STAGEDIR}${DOCSDIR}/contrib/ + ${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DOCSDIR}/contrib/ + ${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${STAGEDIR}${DOCSDIR}/contrib/ + ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib/ @${STAGEDIR}${PREFIX}/sbin/mydns --dump-config > ${STAGEDIR}${PREFIX}/etc/mydns.conf.sample .include Index: files/patch-Makefile.in =================================================================== --- files/patch-Makefile.in (revision 548692) +++ files/patch-Makefile.in (working copy) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2010-12-26 01:55:08.000000000 +0800 -+++ Makefile.in 2010-12-26 01:56:22.000000000 +0800 -@@ -721,7 +721,7 @@ +--- Makefile.in.orig 2010-12-24 22:40:39 UTC ++++ Makefile.in +@@ -721,7 +721,7 @@ info-am: install-data-am: @$(NORMAL_INSTALL) Index: files/patch-config.h.in =================================================================== --- files/patch-config.h.in (revision 548692) +++ files/patch-config.h.in (working copy) @@ -1,5 +1,5 @@ ---- config.h.in.orig 2010-12-26 02:19:27.000000000 +0800 -+++ config.h.in 2010-12-26 02:20:07.000000000 +0800 +--- config.h.in.orig 2010-12-24 22:40:36 UTC ++++ config.h.in @@ -225,7 +225,7 @@ #undef HAVE_NETINET_IN_H Index: files/patch-src_util_util.c =================================================================== --- files/patch-src_util_util.c (nonexistent) +++ files/patch-src_util_util.c (working copy) @@ -0,0 +1,10 @@ +--- src/util/util.c.orig 2020-09-15 00:53:07 UTC ++++ src/util/util.c +@@ -22,7 +22,6 @@ + + #include "util.h" + +-CONF *Conf; /* Configuration data */ + + + /************************************************************************************************** Property changes on: files/patch-src_util_util.c ___________________________________________________________________ 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