svn commit: r340335 - head/dns/ddclient

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jan 19 18:42:54 UTC 2014


Author: danilo
Date: Sun Jan 19 18:42:54 2014
New Revision: 340335
URL: http://svnweb.freebsd.org/changeset/ports/340335
QAT: https://qat.redports.org/buildarchive/r340335/

Log:
  - Fix a problem with the config files path.
  
  PR:		ports/185881
  Submitted by:	Matthew Luckie <mjl at luckie.org.nz>

Modified:
  head/dns/ddclient/Makefile

Modified: head/dns/ddclient/Makefile
==============================================================================
--- head/dns/ddclient/Makefile	Sun Jan 19 18:40:27 2014	(r340334)
+++ head/dns/ddclient/Makefile	Sun Jan 19 18:42:54 2014	(r340335)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ddclient
 PORTVERSION=	3.8.2
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -39,7 +40,7 @@ post-patch:
 		's|/usr|${PREFIX}|g'
 	@${REINPLACE_CMD} -e \
 		's|%%PERL%%|${PERL}| ; \
-		 s|%%ETCDIR%%|${ETCDIR}| ; \
+		 s|%%ETCDIR%%|${PREFIX}/etc| ; \
 		 s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/ddclient
 
 do-install:


More information about the svn-ports-all mailing list