From owner-svn-ports-head@FreeBSD.ORG Fri Dec 21 13:58:36 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B22664D; Fri, 21 Dec 2012 13:58:36 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7EA5A8FC0C; Fri, 21 Dec 2012 13:58:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBLDwaQv073022; Fri, 21 Dec 2012 13:58:36 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBLDwaNZ073021; Fri, 21 Dec 2012 13:58:36 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201212211358.qBLDwaNZ073021@svn.freebsd.org> From: Joe Marcus Clarke Date: Fri, 21 Dec 2012 13:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309354 - head/net/netatalk3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 13:58:36 -0000 Author: marcus Date: Fri Dec 21 13:58:35 2012 New Revision: 309354 URL: http://svnweb.freebsd.org/changeset/ports/309354 Log: Correct typo in last commit that caused afp.conf file to be overwritten. Reported by: Raivo Hool Modified: head/net/netatalk3/Makefile Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Fri Dec 21 12:21:03 2012 (r309353) +++ head/net/netatalk3/Makefile Fri Dec 21 13:58:35 2012 (r309354) @@ -119,7 +119,7 @@ post-patch: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ ${PREFIX}/bin/macusers - [ -f ${PREFIX}/etc/apf.conf ] || \ + [ -f ${PREFIX}/etc/afp.conf ] || \ ${INSTALL_DATA} -c ${PREFIX}/etc/afp.conf.dist ${PREFIX}/etc/afp.conf @${CAT} ${PKGMESSAGE}