[Midnightbsd-cvs] mports [21480] trunk/net/ntp: fix installing the sample config

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 23 18:59:48 EDT 2016


Revision: 21480
          http://svnweb.midnightbsd.org/mports/?rev=21480
Author:   laffer1
Date:     2016-06-23 18:59:48 -0400 (Thu, 23 Jun 2016)
Log Message:
-----------
fix installing the sample config

Modified Paths:
--------------
    trunk/net/ntp/Makefile
    trunk/net/ntp/pkg-plist

Modified: trunk/net/ntp/Makefile
===================================================================
--- trunk/net/ntp/Makefile	2016-06-23 22:55:54 UTC (rev 21479)
+++ trunk/net/ntp/Makefile	2016-06-23 22:59:48 UTC (rev 21480)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p8
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
 		http://archive.ntp.org/ntp4/ntp-4.2/ \
@@ -61,6 +61,7 @@
 	${MV} ${PREFIX}/bin/* ${PREFIX}/sbin/
 	@${MKDIR} ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${FILESDIR}/ntp.conf ${PREFIX}/etc/
 	@${MKDIR} ${DOCSDIR}
 	@${FIND} ${WRKSRC}/html -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
 	@cd ${WRKSRC}/html && ${FIND} . -print | \

Modified: trunk/net/ntp/pkg-plist
===================================================================
--- trunk/net/ntp/pkg-plist	2016-06-23 22:55:54 UTC (rev 21479)
+++ trunk/net/ntp/pkg-plist	2016-06-23 22:59:48 UTC (rev 21480)
@@ -1,3 +1,4 @@
+ at sample etc/ntp.conf
 man/man5/ntp.conf.5.gz
 man/man5/ntp.keys.5.gz
 man/man1/ntp-keygen.1.gz



More information about the Midnightbsd-cvs mailing list